Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of event that the ITSGAccountingEngine::DoAccounting method is being notified of.
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;
Constants
AA_MAIN_SESSION_CREATIONValue: 0 A new session was created. The following fields in the AAAccountingData structure represented by the accountingData parameter are valid:
|
AA_SUB_SESSION_CREATIONA new subsession was created by an existing connection. The following fields in the AAAccountingData structure represented by the accountingData parameter are valid:
|
AA_SUB_SESSION_CLOSEDA subsession was closed. The following fields in the AAAccountingData structure represented by the accountingData parameter are valid:
|
AA_MAIN_SESSION_CLOSEDA connection was closed. The following fields in the AAAccountingData structure represented by the accountingData parameter are valid:
|
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 |
| Minimum supported server | Windows Server 2008 R2 |
| Header | tsgpolicyengine.h |