?? struc1_83ci.htm
字號:
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_GETAGENTACTIVITYLIST.
<DL>
<DT><B>dwAddressID</B> </DT>
<DD>The identifier of the address for which the agent activity list is to be retrieved. </DD>
<DT><B>ActivityList</B> </DT>
<DD>A structure of type <A HREF="struc1_1joy.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_1joy.htm"><B>LINEAGENTACTIVITYLIST</B></A>. Offsets within this structure are relative to the beginning of <B>GetAgentActivityList.ActivityList</B> rather than to the beginning of the <B>LINEPROXYREQUEST</B> structure. The <B>dwTotalSize</B> member is set by TAPI and the remaining bytes set to zero. The proxy handler must fill in <B>dwNeededSize</B>, <B>dwUsedSize</B>, and the remaining members as appropriate, before calling <A HREF="func1_4lyd.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/func1_4lyd.htm"><B>lineProxyResponse</B></A>. </DD>
</DL>
</DD>
<DT><B>GetAgentGroupList</B> </DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_GETAGENTGROUPLIST.
<DL>
<DT><B>dwAddressID</B> </DT>
<DD>The identifier of the address for which the agent group list is to be retrieved. </DD>
<DT><B>GroupList</B> </DT>
<DD>A structure of type <A HREF="struc1_5z02.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_5z02.htm"><B>LINEAGENTGROUPLIST</B></A>. Offsets within this structure are relative to the beginning of <B>GetAgentGroupList.GroupList</B> rather than to the beginning of the <B>LINEPROXYREQUEST</B> structure. The <B>dwTotalSize</B> member is set by TAPI and the remaining bytes set to zero. The proxy handler must fill in <B>dwNeededSize</B>, <B>dwUsedSize</B>, and the remaining members as appropriate, before calling <A HREF="func1_4lyd.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/func1_4lyd.htm"><B>lineProxyResponse</B></A>. </DD>
</DL>
</DD>
<DT><B>CreateAgent</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_CREATEAGENT.
<DL>
<DT><B>hAgent</B></DT>
<DD>A unique identifier for an agent. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.</DD>
<DT><B>dwAgentIDSize</B></DT>
<DT><B>dwAgentIDOffset</B></DT>
<DD>The size, in bytes, and offset from the beginning of the structure of a null-terminated string that specifies the ID of the agent.</DD>
<DT><B>dwAgentPINSize</B></DT>
<DT><B>dwAgentPINOffset</B></DT>
<DD>The size, in bytes, and offset from the beginning of the structure of a null-terminated string that specifies the PIN or password of the agent.</DD>
</DL>
</DD>
<DT><B>SetAgentStateEx</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_SETAGENTSTATEEX.
<DL>
<DT><B>hAgent</B></DT>
<DD>A unique identifier for an agent. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.</DD>
<DT><B>dwAgentState</B></DT>
<DT><B>dwNextAgentState</B></DT>
<DD>One of the <A HREF="constnts_7yib.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/constnts_7yib.htm">LINEAGENTSTATEEX_ Constants</A>.</DD>
</DL>
</DD>
<DT><B>SetAgentMeasurementPeriod</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_SETAGENTMEASUREMENTPERIOD.
<DL>
<DT><B>hAgent</B></DT>
<DD>A unique identifier for an agent. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.</DD>
<DT><B>dwMeasurementPeriod</B></DT>
<DD>The period (in seconds) for which the switch or implementation stores and calculates information. For example, <B>dwNumberOfACDCalls</B> holds the number of calls the agent handled; <B>dwMeasurementPeriod</B> indicates if this value referenced the calls handed in the last hour, day, or month.</DD>
</DL>
</DD>
<DT><B>GetAgentInfo</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_GETAGENTINFO.
<DL>
<DT><B>hAgent</B></DT>
<DD>A unique identifier for an agent. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.</DD>
<DT><B>AgentInfo</B></DT>
<DD>A structure of type <A HREF="struc1_8u0f.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_8u0f.htm"><B>LINEAGENTINFO</B></A>.</DD>
</DL>
</DD>
<DT><B>CreateAgentSession</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_CREATEAGENTSESSION.
<DL>
<DT><B>hAgentSession</B></DT>
<DD>A unique identifier for an agent session.</DD>
<DT><B>dwAgentPINSize</B></DT>
<DT><B>dwAgentPINOffset</B></DT>
<DD>The size, in bytes, and offset from the beginning of the structure of a null-terminated string that specifies the PIN or password of the agent.</DD>
<DT><B>hAgent</B></DT>
<DD>A unique identifier for an agent. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.</DD>
<DT><B>GroupID</B></DT>
<DD>A universally unique identifier for an ACD group. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier. </DD>
<DT><B>dwWorkingAddressID</B></DT>
<DD>The identifier of the address on which the agent will receive calls for this session.</DD>
</DL>
</DD>
<DT><B>GetAgentSessionList</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_GETAGENTSESSIONLIST.
<DL>
<DT><B>hAgent</B></DT>
<DD>A unique identifier for an agent. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.</DD>
<DT><B>SessionList</B></DT>
<DD>A structure of type <A HREF="struc1_1qia.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_1qia.htm"><B>LINEAGENTSESSIONLIST</B></A>.</DD>
</DL>
</DD>
<DT><B>GetAgentSessionInfo</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_GETAGENTSESSIONINFO.
<DL>
<DT><B>hAgentSession</B></DT>
<DD>A unique identifier for an agent session. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.</DD>
<DT><B>SessionInfo</B></DT>
<DD>A structure of type <A HREF="struc1_5f1v.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_5f1v.htm"><B>LINEAGENTSESSIONINFO</B></A>.</DD>
</DL>
</DD>
<DT><B>SetAgentSessionState</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_SETAGENTSESSIONSTATE.
<DL>
<DT><B>hAgentSession</B></DT>
<DD>A unique identifier for an agent session. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.</DD>
<DT><B>dwAgentSessionState</B></DT>
<DT><B>dwNextAgentSessionState</B></DT>
<DD>These members use <A HREF="constnts_4bxv.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/constnts_4bxv.htm">LINEAGENTSESSIONSTATE_ constants</A>.</DD>
</DL>
</DD>
<DT><B>GetQueueList</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_GETQUEUELIST.
<DL>
<DT><B>GroupID</B></DT>
<DD>A universally unique identifier for an ACD group. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier. </DD>
<DT><B>QueueList</B></DT>
<DD>A structure of type <A HREF="struc1_33n8.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_33n8.htm"><B>LINEQUEUELIST</B></A>.</DD>
</DL>
</DD>
<DT><B>SetQueueMeasurementPeriod</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_SETQUEUEMEASUREMENTPERIOD.
<DL>
<DT><B>dwQueueID</B></DT>
<DD>A unique identifier for a queue. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.</DD>
<DT><B>dwMeasurementPeriod</B></DT>
<DD>The period (in seconds) for which the switch or implementation stores and calculates information.</DD>
</DL>
</DD>
<DT><B>GetQueueInfo</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_GETQUEUEINFO.
<DL>
<DT><B>dwQueueID</B></DT>
<DD>A unique identifier for a queue. It is the responsibility of the agent handler to generate and maintain uniqueness of this identifier.</DD>
<DT><B>QueueInfo</B></DT>
<DD>A structure of type <A HREF="struc1_6nzj.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_6nzj.htm"><B>LINEQUEUEINFO</B></A>.</DD>
</DL>
</DD>
<DT><B>GetGroupList</B></DT>
<DD>The union component used when <B>dwRequestType</B> is LINEPROXYREQUEST_GETGROUPLIST.
<DL>
<DT><B>GroupList</B></DT>
<DD>A structure of type <A HREF="struc1_5z02.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_5z02.htm"><B>LINEAGENTGROUPLIST</B></A>.
</DD>
</DL>
</DD>
</DL>
<H4>Remarks</H4>
<P>An address identifier is permanently associated with an address; the identifier remains constant across operating system upgrades.</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> Windows NT/2000: </B>Requires Windows NT 4.0 SP3 or later.<BR>
<B> Windows 95/98: </B>Requires Windows 95 or later.<BR>
<B> Version: </B>Requires TAPI 2.0 or later.<BR>
<B> Header: </B>Declared in Tapi.h.</P>
<H4>See Also</H4>
<P><A HREF="func1_4lyd.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/func1_4lyd.htm"><B>lineProxyResponse</B></A>, <A HREF="struc1_794i.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_794i.htm"><B>LINEAGENTCAPS</B></A>, <A HREF="struc1_5z02.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_5z02.htm"><B>LINEAGENTGROUPLIST</B></A>, <A HREF="struc1_7wqa.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_7wqa.htm"><B>LINEAGENTSTATUS</B></A>, <A HREF="struc1_1joy.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_1joy.htm"><B>LINEAGENTACTIVITYLIST</B></A>, <A HREF="struc1_1qia.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_1qia.htm"><B>LINEAGENTSESSIONLIST</B></A>, <A HREF="struc1_5f1v.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_5f1v.htm"><B>LINEAGENTSESSIONINFO</B></A>, <A HREF="struc1_33n8.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/struc1_33n8.htm"><B>LINEQUEUELIST</B></A>, <A HREF="msgs_3cfo.htm" tppabs="http://msdn.microsoft.com/library/psdk/tapi22/msgs_3cfo.htm"><B>LINE_PROXYREQUEST</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">© 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 + -