#include <winstl/security/token_information.hpp>
Public Types | |
Member Types | |
|
typedef token_information< C, X, D, A > | class_type |
|
typedef token_information_traits< C > | traits_type |
| typedef X | exception_thrower_type |
| typedef D | data_type |
| typedef A | allocator_type |
Public Member Functions | |
Construction | |
| token_information (HANDLE hToken) | |
| Constructs an instance from the given access token. | |
| ~token_information () throw () | |
Conversion | |
| operator data_type * () | |
| operator data_type const * () const | |
| data_type * | operator-> () |
| data_type const * | operator-> () const |
| bool | operator! () const |
| token_information | ( | HANDLE | hToken | ) | [inline, explicit] |
Constructs an instance from the given access token.
1.5.6