mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
23 lines
536 B
Python
23 lines
536 B
Python
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
|
# Library: win2kras, version: unspecified
|
|
# Module: win2kras, version: unspecified
|
|
|
|
'A module encapsulating the Windows 2000 extensions to the Remote Access Service (RAS) API.'
|
|
|
|
import typing
|
|
import builtins as _mod_builtins
|
|
|
|
def GetEapUserIdentity() -> typing.Any:
|
|
...
|
|
|
|
RASEAPF_Logon: int
|
|
RASEAPF_NonInteractive: int
|
|
RASEAPF_Preview: int
|
|
__doc__: str
|
|
__file__: str
|
|
__name__: str
|
|
__package__: str
|
|
def __getattr__(name) -> typing.Any:
|
|
...
|
|
|