共用方式為


AAAccountingDataType 列舉 (tsgpolicyengine.h)

指定 ITSGAccountingEngine::D oAccounting 方法收到通知的事件類型。

Syntax

typedef enum __MIDL___MIDL_itf_tsgpolicyengine_0000_0000_0002 {
  AA_MAIN_SESSION_CREATION = 0,
  AA_SUB_SESSION_CREATION,
  AA_SUB_SESSION_CLOSED,
  AA_MAIN_SESSION_CLOSED
} AAAccountingDataType;

常數

 
AA_MAIN_SESSION_CREATION
值: 0
已建立新的工作階段。

accountingData 參數所代表的 AAAccountingData 結構中的下列欄位有效:


  • userName

  • clientName

  • authType

  • mainSessionId

AA_SUB_SESSION_CREATION
現有連線已建立新的子系結。

accountingData 參數所代表的 AAAccountingData 結構中的下列欄位有效:


  • userName

  • resourceName

  • portNumber

  • protocolName

  • mainSessionId

  • subSessionId

AA_SUB_SESSION_CLOSED
子訂閱已關閉。

accountingData 參數所代表的 AAAccountingData 結構中的下列欄位有效:


  • numberOfBytesTransfered

  • numberOfBytesReceived

  • mainSessionId

  • subSessionId

AA_MAIN_SESSION_CLOSED
線上已關閉。

accountingData 參數所代表的 AAAccountingData 結構中的下列欄位有效:


  • mainSessionId

規格需求

需求
最低支援的用戶端 Windows 7
最低支援的伺服器 Windows Server 2008 R2
標頭 tsgpolicyengine.h

另請參閱

ITSGAccountingEngine::D oAccounting