⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 struc1_6f3m.htm

📁 TAPI Exampple
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML DIR="LTR"><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso8859-1">
</HEAD>
<TITLE>LINECOUNTRYENTRY</TITLE>
<SCRIPT SRC="/library/psdk/linkcss.js"></SCRIPT>
<META NAME="MS-HKWD" CONTENT="LINECOUNTRYENTRY">
<META NAME="MS-HAID" CONTENT="_tapi2_linecountryentry_str">
</HEAD>
<BODY TOPMARGIN="0">

<!--TOOLBAR_START-->
<!--TOOLBAR_EXEMPT-->
<!--TOOLBAR_END-->
<!--SYNC_START-->
<script language="JavaScript" src='/library/synch.js'></script>
<!--SYNC_END-->

<H1><A NAME="_tapi2_linecountryentry_str"></A>LINECOUNTRYENTRY</H1>

<P>The <B>LINECOUNTRYENTRY</B> structure provides the information for a single country entry. An array of one or more of these structures is part of the <A HREF="struc1_8bxu.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_8bxu.htm"><B>LINECOUNTRYLIST</B></A> structure that is returned by the <A HREF="func1_9qex.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/func1_9qex.htm"><B>lineGetCountry</B></A> function. </P>

<PRE class=syntax>typedef struct linecountryentry_tag {
  DWORD  dwCountryID;
  DWORD  dwCountryCode;
  DWORD  dwNextCountryID;
  DWORD  dwCountryNameSize;
  DWORD  dwCountryNameOffset;
  DWORD  dwSameAreaRuleSize;
  DWORD  dwSameAreaRuleOffset;
  DWORD  dwLongDistanceRuleSize;
  DWORD  dwLongDistanceRuleOffset;
  DWORD  dwInternationalRuleSize;
  DWORD  dwInternationalRuleOffset;
} LINECOUNTRYENTRY, FAR *LPLINECOUNTRYENTRY; </PRE>

<H4>Members</H4>

<DL>
<DT><B>dwCountryID</B> </DT>

<DD>The country/region identifier of the entry. The country/region identifier is an internal identifier that allows multiple entries to exist in the country/region list with the same country code (for example, all countries in North America and the Caribbean share country code 1, but require separate entries in the list). </DD>

<DT><B>dwCountryCode</B> </DT>

<DD>The actual country code of the country/region represented by the entry (that is, the digits that would be dialed in an international call). Only this value should ever be displayed to users (country identifiers should never be displayed, as they would be confusing). </DD>

<DT><B>dwNextCountryID</B> </DT>

<DD>The country identifier of the next entry in the country/region list. Because country codes and identifiers are not assigned in any regular numeric sequence, the country/region list is a single linked list, with each entry pointing to the next. The last country/region in the list has a <B>dwNextCountryID</B> value of zero. When the <A HREF="struc1_8bxu.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_8bxu.htm"><B>LINECOUNTRYLIST</B></A> structure is used to obtain the entire list, the entries in the list are in sequence as linked by their <B>dwNextCountryID</B> members. </DD>

<DT><B>dwCountryNameSize</B> </DT>

<DT><B>dwCountryNameOffset</B> </DT>

<DD>The size, in bytes, and the offset, in bytes, from the beginning of the <B>LINECOUNTRYLIST</B> structure of a null-terminated string giving the name of the country/region. </DD>

<DT><B>dwSameAreaRuleSize</B> </DT>

<DT><B>dwSameAreaRuleOffset</B> </DT>

<DD>The size, in bytes, and the offset, in bytes, from the beginning of the <B>LINECOUNTRYLIST</B> structure of a null-terminated string containing the dialing rule for direct-dialed calls to the same area code. </DD>

<DT><B>dwLongDistanceRuleSize</B> </DT>

<DT><B>dwLongDistanceRuleOffset</B> </DT>

<DD>The size, in bytes, and the offset, in bytes, from the beginning of the <B>LINECOUNTRYLIST</B> structure of a null-terminated string containing the dialing rule for direct-dialed calls to other areas in the same country/region. </DD>

<DT><B>dwInternationalRuleSize</B> </DT>

<DT><B>dwInternationalRuleOffset</B> </DT>

<DD>The size, in bytes, and the offset, in bytes, from the beginning of the <A HREF="struc1_8bxu.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_8bxu.htm"><B>LINECOUNTRYLIST</B></A> structure of a null-terminated string containing the dialing rule for direct-dialed calls to other countries/regions. 
</DD>
</DL>

<H4>Remarks</H4>

<P>This structure may not be extended.</P>

<H4><A HREF="javascript:if(confirm('http://msdn.microsoft.com/library/psdk/sdkintro/guide_927n.htm  \n\n这个文件不能通过 Teleport Pro 取回, 因为 地址在一个域或为它的开始地址设定的边界的外部路径上.  \n\n你想从服务器打开它吗?'))window.location='http://msdn.microsoft.com/library/psdk/sdkintro/guide_927n.htm'" tppabs="http://msdn.microsoft.com/library/psdk/sdkintro/guide_927n.htm">Requirements</A> </H4>

<P><B>&nbsp;&nbsp;Windows NT/2000: </B>Requires Windows NT 4.0 SP3 or later.<BR>
<B>&nbsp;&nbsp;Windows 95/98: </B>Requires Windows 95 or later.<BR>
<B>&nbsp;&nbsp;Version: </B>Requires TAPI 1.4 or later.<BR>
<B>&nbsp;&nbsp;Header: </B>Declared in Tapi.h.</P>

<H4>See Also</H4>

<P><A HREF="struc1_8bxu.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_8bxu.htm"><B>LINECOUNTRYLIST</B></A>, <A HREF="func1_9qex.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/func1_9qex.htm"><B>lineGetCountry</B></A> </P>
<DIV CLASS="footer">Built on Monday, August 14, 2000</DIV>
<!--FOOTER_START-->
<DIV CLASS="footer" STYLE="color:#000000;font-size:90%;">
<A HREF="mailto:sdkfdbk@microsoft.com">Send feedback</A> to the Platform SDK.</P>
<P><A HREF="javascript:if(confirm('http://msdn.microsoft.com/isapi/gomscom.asp?TARGET=/info/cpyright.htm  \n\n这个文件不能通过 Teleport Pro 取回, 因为 地址在一个域或为它的开始地址设定的边界的外部路径上.  \n\n你想从服务器打开它吗?'))window.location='http://msdn.microsoft.com/isapi/gomscom.asp?TARGET=/info/cpyright.htm'" tppabs="http://msdn.microsoft.com/isapi/gomscom.asp?TARGET=/info/cpyright.htm" TARGET="_top">&#169; 1999 Microsoft Corporation. All rights reserved. Terms of use.</A></P>
</DIV>
<!--FOOTER_END-->

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -