added pywin32 compiled module's stubs for longer name import usage cases (#57)
import win32.win32ui rather than import win32ui which requires exposing all internal packages as top level packages.
This commit is contained in:
Родитель
4033be7af6
Коммит
f5b77868ae
|
@ -0,0 +1,78 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: dde, version: unspecified
|
||||
# Module: dde, version: unspecified
|
||||
|
||||
'A module for Dynamic Data Exchange support'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
|
||||
APPCLASS_MONITOR: int
|
||||
APPCLASS_STANDARD: int
|
||||
APPCMD_CLIENTONLY: int
|
||||
APPCMD_FILTERINITS: int
|
||||
CBF_FAIL_ADVISES: int
|
||||
CBF_FAIL_ALLSVRXACTIONS: int
|
||||
CBF_FAIL_CONNECTIONS: int
|
||||
CBF_FAIL_EXECUTES: int
|
||||
CBF_FAIL_POKES: int
|
||||
CBF_FAIL_REQUESTS: int
|
||||
CBF_FAIL_SELFCONNECTIONS: int
|
||||
CBF_SKIP_ALLNOTIFICATIONS: int
|
||||
CBF_SKIP_CONNECT_CONFIRMS: int
|
||||
CBF_SKIP_DISCONNECTS: int
|
||||
CBF_SKIP_REGISTRATIONS: int
|
||||
def CreateConversation() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateServer() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateServerSystemTopic() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateStringItem() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateTopic() -> typing.Any:
|
||||
...
|
||||
|
||||
MF_CALLBACKS: int
|
||||
MF_CONV: int
|
||||
MF_ERRORS: int
|
||||
MF_HSZ_INFO: int
|
||||
MF_LINKS: int
|
||||
MF_POSTMSGS: int
|
||||
MF_SENDMSGS: int
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
class error(_mod_builtins.Exception):
|
||||
__dict__: typing.Dict[str, typing.Any]
|
||||
def __init__(self, *args, **kwargs) -> None:
|
||||
...
|
||||
|
||||
@classmethod
|
||||
def __init_subclass__(cls) -> None:
|
||||
'This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.\n'
|
||||
...
|
||||
|
||||
__module__: str
|
||||
@classmethod
|
||||
def __subclasshook__(cls, subclass: typing.Any) -> bool:
|
||||
'Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).\n'
|
||||
...
|
||||
|
||||
@property
|
||||
def __weakref__(self) -> typing.Any:
|
||||
'list of weak references to the object (if defined)'
|
||||
...
|
||||
|
||||
def __getattr__(self, name) -> typing.Any:
|
||||
...
|
||||
|
||||
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1 @@
|
|||
partial
|
|
@ -0,0 +1,608 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32ui, version: unspecified
|
||||
# Module: win32ui, version: unspecified
|
||||
|
||||
'A module, encapsulating the Microsoft Foundation Classes.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
|
||||
AFX_IDW_PANE_FIRST: int
|
||||
AFX_IDW_PANE_LAST: int
|
||||
AFX_WS_DEFAULT_VIEW: int
|
||||
def AddToRecentFileList() -> typing.Any:
|
||||
...
|
||||
|
||||
CDocTemplate_Confidence_maybeAttemptForeign: int
|
||||
CDocTemplate_Confidence_maybeAttemptNative: int
|
||||
CDocTemplate_Confidence_noAttempt: int
|
||||
CDocTemplate_Confidence_yesAlreadyOpen: int
|
||||
CDocTemplate_Confidence_yesAttemptForeign: int
|
||||
CDocTemplate_Confidence_yesAttemptNative: int
|
||||
CDocTemplate_docName: int
|
||||
CDocTemplate_fileNewName: int
|
||||
CDocTemplate_filterExt: int
|
||||
CDocTemplate_filterName: int
|
||||
CDocTemplate_regFileTypeId: int
|
||||
CDocTemplate_regFileTypeName: int
|
||||
CDocTemplate_windowTitle: int
|
||||
CRichEditView_WrapNone: int
|
||||
CRichEditView_WrapToTargetDevice: int
|
||||
CRichEditView_WrapToWindow: int
|
||||
def ComparePath() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateBitmap() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateBitmapFromHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateBrush() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateButton() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateColorDialog() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateControl() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateControlBar() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateCtrlView() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDC() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDCFromHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDebuggerThread() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDialog() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDialogBar() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDialogIndirect() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDocTemplate() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateEdit() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateEditView() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateFileDialog() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateFont() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateFontDialog() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateFormView() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateFrame() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateImageList() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateListCtrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateListView() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateMDIChild() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateMDIFrame() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateMenu() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreatePalette() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreatePen() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreatePopupMenu() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreatePrintDialog() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateProgressCtrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreatePropertyPage() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreatePropertyPageIndirect() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreatePropertySheet() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateRectRgn() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateRgn() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateRichEditCtrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateRichEditDocTemplate() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateRichEditView() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateSliderCtrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateSplitter() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateStatusBar() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateStatusBarCtrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateThread() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateToolBar() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateToolBarCtrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateToolTipCtrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateTreeCtrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateTreeView() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateView() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateWindowFromHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateWnd() -> typing.Any:
|
||||
...
|
||||
|
||||
def DestroyDebuggerThread() -> typing.Any:
|
||||
...
|
||||
|
||||
def DisplayTraceback() -> typing.Any:
|
||||
...
|
||||
|
||||
def DoWaitCursor() -> typing.Any:
|
||||
...
|
||||
|
||||
def Enable3dControls() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnableControlContainer() -> typing.Any:
|
||||
...
|
||||
|
||||
FWS_ADDTOTITLE: int
|
||||
FWS_PREFIXTITLE: int
|
||||
FWS_SNAPTOBARS: int
|
||||
def FindWindow() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindWindowEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def FullPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetActiveWindow() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetApp() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetAppName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetAppRegistryKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetBytes() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCommandLine() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDeviceCaps() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileTitle() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFocus() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetForegroundWindow() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetHalftoneBrush() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetInitialStateRequest() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetMainFrame() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProfileFileName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProfileVal() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetRecentFileList() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetResource() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetThread() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetType() -> typing.Any:
|
||||
...
|
||||
|
||||
IDB_BROWSER_HIER: int
|
||||
IDB_DEBUGGER_HIER: int
|
||||
IDB_HIERFOLDERS: int
|
||||
IDC_ABOUT_VERSION: int
|
||||
IDC_AUTOCOMPLETE: int
|
||||
IDC_AUTO_RELOAD: int
|
||||
IDC_BUTTON1: int
|
||||
IDC_BUTTON2: int
|
||||
IDC_BUTTON3: int
|
||||
IDC_BUTTON4: int
|
||||
IDC_CALLTIPS: int
|
||||
IDC_CHECK1: int
|
||||
IDC_CHECK2: int
|
||||
IDC_CHECK3: int
|
||||
IDC_COMBO1: int
|
||||
IDC_COMBO2: int
|
||||
IDC_DBG_ADD: int
|
||||
IDC_DBG_BREAKPOINTS: int
|
||||
IDC_DBG_CLEAR: int
|
||||
IDC_DBG_CLOSE: int
|
||||
IDC_DBG_GO: int
|
||||
IDC_DBG_STACK: int
|
||||
IDC_DBG_STEP: int
|
||||
IDC_DBG_STEPOUT: int
|
||||
IDC_DBG_STEPOVER: int
|
||||
IDC_DBG_WATCH: int
|
||||
IDC_EDIT1: int
|
||||
IDC_EDIT2: int
|
||||
IDC_EDIT3: int
|
||||
IDC_EDIT4: int
|
||||
IDC_EDITOR_COLOR: int
|
||||
IDC_EDIT_TABS: int
|
||||
IDC_FOLD_ENABLE: int
|
||||
IDC_FOLD_ON_OPEN: int
|
||||
IDC_FOLD_SHOW_LINES: int
|
||||
IDC_INDENT_SIZE: int
|
||||
IDC_KEYBOARD_CONFIG: int
|
||||
IDC_LIST1: int
|
||||
IDC_MARGIN_FOLD: int
|
||||
IDC_MARGIN_LINENUMBER: int
|
||||
IDC_MARGIN_MARKER: int
|
||||
IDC_PROMPT1: int
|
||||
IDC_PROMPT2: int
|
||||
IDC_PROMPT3: int
|
||||
IDC_PROMPT4: int
|
||||
IDC_PROMPT_TABS: int
|
||||
IDC_RADIO1: int
|
||||
IDC_RADIO2: int
|
||||
IDC_RIGHTEDGE_COLUMN: int
|
||||
IDC_RIGHTEDGE_DEFINE: int
|
||||
IDC_RIGHTEDGE_ENABLE: int
|
||||
IDC_RIGHTEDGE_SAMPLE: int
|
||||
IDC_SPIN1: int
|
||||
IDC_SPIN2: int
|
||||
IDC_SPIN3: int
|
||||
IDC_TABTIMMY_BG: int
|
||||
IDC_TABTIMMY_IND: int
|
||||
IDC_TABTIMMY_NONE: int
|
||||
IDC_TAB_SIZE: int
|
||||
IDC_USE_SMART_TABS: int
|
||||
IDC_USE_TABS: int
|
||||
IDC_VIEW_EOL: int
|
||||
IDC_VIEW_INDENTATIONGUIDES: int
|
||||
IDC_VIEW_WHITESPACE: int
|
||||
IDC_VSS_INTEGRATE: int
|
||||
IDD_ABOUTBOX: int
|
||||
IDD_DUMMYPROPPAGE: int
|
||||
IDD_GENERAL_STATUS: int
|
||||
IDD_LARGE_EDIT: int
|
||||
IDD_PP_DEBUGGER: int
|
||||
IDD_PP_EDITOR: int
|
||||
IDD_PP_FORMAT: int
|
||||
IDD_PP_IDE: int
|
||||
IDD_PP_TABS: int
|
||||
IDD_PP_TOOLMENU: int
|
||||
IDD_PROPDEMO1: int
|
||||
IDD_PROPDEMO2: int
|
||||
IDD_RUN_SCRIPT: int
|
||||
IDD_SET_TABSTOPS: int
|
||||
IDD_SIMPLE_INPUT: int
|
||||
IDD_TREE: int
|
||||
IDD_TREE_MB: int
|
||||
IDR_CNTR_INPLACE: int
|
||||
IDR_DEBUGGER: int
|
||||
IDR_MAINFRAME: int
|
||||
IDR_PYTHONCONTYPE: int
|
||||
IDR_PYTHONTYPE: int
|
||||
IDR_PYTHONTYPE_CNTR_IP: int
|
||||
IDR_TEXTTYPE: int
|
||||
ID_APP_ABOUT: int
|
||||
ID_APP_EXIT: int
|
||||
ID_EDIT_CLEAR: int
|
||||
ID_EDIT_CLEAR_ALL: int
|
||||
ID_EDIT_COPY: int
|
||||
ID_EDIT_CUT: int
|
||||
ID_EDIT_FIND: int
|
||||
ID_EDIT_GOTO_LINE: int
|
||||
ID_EDIT_PASTE: int
|
||||
ID_EDIT_REDO: int
|
||||
ID_EDIT_REPEAT: int
|
||||
ID_EDIT_REPLACE: int
|
||||
ID_EDIT_SELECT_ALL: int
|
||||
ID_EDIT_SELECT_BLOCK: int
|
||||
ID_EDIT_UNDO: int
|
||||
ID_FILE_CHECK: int
|
||||
ID_FILE_CLOSE: int
|
||||
ID_FILE_IMPORT: int
|
||||
ID_FILE_LOCATE: int
|
||||
ID_FILE_MRU_FILE1: int
|
||||
ID_FILE_MRU_FILE2: int
|
||||
ID_FILE_MRU_FILE3: int
|
||||
ID_FILE_MRU_FILE4: int
|
||||
ID_FILE_NEW: int
|
||||
ID_FILE_OPEN: int
|
||||
ID_FILE_PAGE_SETUP: int
|
||||
ID_FILE_PRINT: int
|
||||
ID_FILE_PRINT_PREVIEW: int
|
||||
ID_FILE_PRINT_SETUP: int
|
||||
ID_FILE_RUN: int
|
||||
ID_FILE_SAVE: int
|
||||
ID_FILE_SAVE_ALL: int
|
||||
ID_FILE_SAVE_AS: int
|
||||
ID_HELP_GUI_REF: int
|
||||
ID_HELP_OTHER: int
|
||||
ID_HELP_PYTHON: int
|
||||
ID_INDICATOR_COLNUM: int
|
||||
ID_INDICATOR_LINENUM: int
|
||||
ID_NEXT_PANE: int
|
||||
ID_PREV_PANE: int
|
||||
ID_SEPARATOR: int
|
||||
ID_VIEW_BROWSE: int
|
||||
ID_VIEW_EOL: int
|
||||
ID_VIEW_FIXED_FONT: int
|
||||
ID_VIEW_FOLD_COLLAPSE: int
|
||||
ID_VIEW_FOLD_COLLAPSE_ALL: int
|
||||
ID_VIEW_FOLD_EXPAND: int
|
||||
ID_VIEW_FOLD_EXPAND_ALL: int
|
||||
ID_VIEW_FOLD_TOPLEVEL: int
|
||||
ID_VIEW_INDENTATIONGUIDES: int
|
||||
ID_VIEW_INTERACTIVE: int
|
||||
ID_VIEW_OPTIONS: int
|
||||
ID_VIEW_RIGHT_EDGE: int
|
||||
ID_VIEW_STATUS_BAR: int
|
||||
ID_VIEW_TOOLBAR: int
|
||||
ID_VIEW_TOOLBAR_DBG: int
|
||||
ID_VIEW_WHITESPACE: int
|
||||
ID_WINDOW_ARRANGE: int
|
||||
ID_WINDOW_CASCADE: int
|
||||
ID_WINDOW_NEW: int
|
||||
ID_WINDOW_SPLIT: int
|
||||
ID_WINDOW_TILE_HORZ: int
|
||||
ID_WINDOW_TILE_VERT: int
|
||||
def InitRichEdit() -> typing.Any:
|
||||
...
|
||||
|
||||
def InstallCallbackCaller() -> typing.Any:
|
||||
...
|
||||
|
||||
def IsDebug() -> typing.Any:
|
||||
...
|
||||
|
||||
def IsObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def IsWin32s() -> typing.Any:
|
||||
...
|
||||
|
||||
LM_COMMIT: int
|
||||
LM_HORZ: int
|
||||
LM_HORZDOCK: int
|
||||
LM_LENGTHY: int
|
||||
LM_MRUWIDTH: int
|
||||
LM_STRETCH: int
|
||||
LM_VERTDOCK: int
|
||||
def LoadDialogResource() -> typing.Any:
|
||||
...
|
||||
|
||||
def LoadLibrary() -> typing.Any:
|
||||
...
|
||||
|
||||
def LoadMenu() -> typing.Any:
|
||||
...
|
||||
|
||||
def LoadStdProfileSettings() -> typing.Any:
|
||||
...
|
||||
|
||||
def LoadString() -> typing.Any:
|
||||
...
|
||||
|
||||
MFS_4THICKFRAME: int
|
||||
MFS_BLOCKSYSMENU: int
|
||||
MFS_MOVEFRAME: int
|
||||
MFS_SYNCACTIVE: int
|
||||
MFS_THICKFRAME: int
|
||||
def MessageBox() -> typing.Any:
|
||||
...
|
||||
|
||||
def OutputDebug() -> typing.Any:
|
||||
...
|
||||
|
||||
def OutputDebugString() -> typing.Any:
|
||||
...
|
||||
|
||||
PD_ALLPAGES: int
|
||||
PD_COLLATE: int
|
||||
PD_DISABLEPRINTTOFILE: int
|
||||
PD_ENABLEPRINTHOOK: int
|
||||
PD_ENABLEPRINTTEMPLATE: int
|
||||
PD_ENABLEPRINTTEMPLATEHANDLE: int
|
||||
PD_ENABLESETUPHOOK: int
|
||||
PD_ENABLESETUPTEMPLATE: int
|
||||
PD_ENABLESETUPTEMPLATEHANDLE: int
|
||||
PD_HIDEPRINTTOFILE: int
|
||||
PD_NONETWORKBUTTON: int
|
||||
PD_NOPAGENUMS: int
|
||||
PD_NOSELECTION: int
|
||||
PD_NOWARNING: int
|
||||
PD_PAGENUMS: int
|
||||
PD_PRINTSETUP: int
|
||||
PD_PRINTTOFILE: int
|
||||
PD_RETURNDC: int
|
||||
PD_RETURNDEFAULT: int
|
||||
PD_RETURNIC: int
|
||||
PD_SELECTION: int
|
||||
PD_SHOWHELP: int
|
||||
PD_USEDEVMODECOPIES: int
|
||||
PD_USEDEVMODECOPIESANDCOLLATE: int
|
||||
PSWIZB_BACK: int
|
||||
PSWIZB_DISABLEDFINISH: int
|
||||
PSWIZB_FINISH: int
|
||||
PSWIZB_NEXT: int
|
||||
def PrintTraceback() -> typing.Any:
|
||||
...
|
||||
|
||||
def PumpWaitingMessages() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegisterWndClass() -> typing.Any:
|
||||
...
|
||||
|
||||
def RemoveRecentFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetAppHelpPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetAppName() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetCurrentInstanceHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetCurrentResourceHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetDialogBkColor() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetProfileFileName() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetRegistryKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetResource() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetStatusText() -> typing.Any:
|
||||
...
|
||||
|
||||
def StartDebuggerPump() -> typing.Any:
|
||||
...
|
||||
|
||||
def StopDebuggerPump() -> typing.Any:
|
||||
...
|
||||
|
||||
def TranslateMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
def TranslateVirtualKey() -> typing.Any:
|
||||
...
|
||||
|
||||
UNICODE: int
|
||||
def WinHelp() -> typing.Any:
|
||||
...
|
||||
|
||||
def WriteProfileVal() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
copyright: str
|
||||
debug: int
|
||||
dllhandle: int
|
||||
class error(_mod_builtins.Exception):
|
||||
__dict__: typing.Dict[str, typing.Any]
|
||||
def __init__(self, *args, **kwargs) -> None:
|
||||
...
|
||||
|
||||
@classmethod
|
||||
def __init_subclass__(cls) -> None:
|
||||
'This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.\n'
|
||||
...
|
||||
|
||||
__module__: str
|
||||
@classmethod
|
||||
def __subclasshook__(cls, subclass: typing.Any) -> bool:
|
||||
'Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).\n'
|
||||
...
|
||||
|
||||
@property
|
||||
def __weakref__(self) -> typing.Any:
|
||||
'list of weak references to the object (if defined)'
|
||||
...
|
||||
|
||||
def __getattr__(self, name) -> typing.Any:
|
||||
...
|
||||
|
||||
|
||||
types: dict
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,60 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32uiole, version: unspecified
|
||||
# Module: win32uiole, version: unspecified
|
||||
|
||||
'A module, encapsulating the Microsoft Foundation Classes OLE functionality.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
|
||||
def AfxOleInit() -> typing.Any:
|
||||
...
|
||||
|
||||
COleClientItem_activeState: int
|
||||
COleClientItem_activeUIState: int
|
||||
COleClientItem_emptyState: int
|
||||
COleClientItem_loadedState: int
|
||||
COleClientItem_openState: int
|
||||
def CreateInsertDialog() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateOleClientItem() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateOleDocument() -> typing.Any:
|
||||
...
|
||||
|
||||
def DaoGetEngine() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnableBusyDialog() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnableNotRespondingDialog() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetIDispatchForWindow() -> typing.Any:
|
||||
...
|
||||
|
||||
OLE_CHANGED: int
|
||||
OLE_CHANGED_ASPECT: int
|
||||
OLE_CHANGED_STATE: int
|
||||
OLE_CLOSED: int
|
||||
OLE_RENAMED: int
|
||||
OLE_SAVED: int
|
||||
def OleGetUserCtrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def OleSetUserCtrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetMessagePendingDelay() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: mmapfile, version: unspecified
|
||||
# Module: mmapfile, version: unspecified
|
||||
|
||||
'Compiled extension module that provides access to the memory mapped file API'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def mmapfile(File, Name, MaximumSize=..., FileOffset=..., NumberOfBytesToMap=...) -> typing.Any:
|
||||
'Pymmapfile=mmapfile(File,Name,MaximumSize=0,FileOffset=0,NumberOfBytesToMap=0) Creates a memory mapped file view'
|
||||
...
|
||||
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: odbc, version: unspecified
|
||||
# Module: odbc, version: unspecified
|
||||
|
||||
'A Python wrapper around the ODBC API.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import dbi as _mod_dbi
|
||||
|
||||
odbcError = _mod_builtins.type
|
||||
DATE: str
|
||||
NUMBER: str
|
||||
RAW: str
|
||||
def SQLDataSources() -> typing.Any:
|
||||
...
|
||||
|
||||
SQL_FETCH_ABSOLUTE: int
|
||||
SQL_FETCH_FIRST: int
|
||||
SQL_FETCH_FIRST_SYSTEM: int
|
||||
SQL_FETCH_FIRST_USER: int
|
||||
SQL_FETCH_LAST: int
|
||||
SQL_FETCH_NEXT: int
|
||||
SQL_FETCH_PRIOR: int
|
||||
SQL_FETCH_RELATIVE: int
|
||||
STRING: str
|
||||
TYPES: tuple
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
dataError = _mod_dbi.dataError
|
||||
error: odbcError
|
||||
integrityError = _mod_dbi.integrityError
|
||||
internalError = _mod_dbi.internalError
|
||||
noError = _mod_dbi.noError
|
||||
def odbc() -> typing.Any:
|
||||
...
|
||||
|
||||
opError = _mod_dbi.opError
|
||||
progError = _mod_dbi.progError
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: perfmon, version: unspecified
|
||||
# Module: perfmon, version: unspecified
|
||||
|
||||
'Contains functions and objects wrapping the Performance Monitor APIs'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
|
||||
def CounterDefinition() -> typing.Any:
|
||||
...
|
||||
|
||||
def LoadPerfCounterTextStrings() -> typing.Any:
|
||||
...
|
||||
|
||||
def ObjectType() -> typing.Any:
|
||||
...
|
||||
|
||||
def PerfMonManager() -> typing.Any:
|
||||
...
|
||||
|
||||
def UnloadPerfCounterTextStrings() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1 @@
|
|||
partial
|
|
@ -0,0 +1,102 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: servicemanager, version: unspecified
|
||||
# Module: servicemanager, version: unspecified
|
||||
|
||||
'A module that interfaces with the Windows Service Control Manager.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
|
||||
COINIT_APARTMENTTHREADED: int
|
||||
COINIT_DISABLE_OLE1DDE: int
|
||||
COINIT_MULTITHREADED: int
|
||||
COINIT_SPEED_OVER_MEMORY: int
|
||||
def CoInitializeEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def CoUninitialize() -> typing.Any:
|
||||
...
|
||||
|
||||
def Debugging() -> typing.Any:
|
||||
...
|
||||
|
||||
EVENTLOG_AUDIT_FAILURE: int
|
||||
EVENTLOG_AUDIT_SUCCESS: int
|
||||
EVENTLOG_ERROR_TYPE: int
|
||||
EVENTLOG_INFORMATION_TYPE: int
|
||||
EVENTLOG_WARNING_TYPE: int
|
||||
def Finalize() -> typing.Any:
|
||||
...
|
||||
|
||||
def Initialize() -> typing.Any:
|
||||
...
|
||||
|
||||
def LogErrorMsg() -> typing.Any:
|
||||
...
|
||||
|
||||
def LogInfoMsg() -> typing.Any:
|
||||
...
|
||||
|
||||
def LogMsg() -> typing.Any:
|
||||
...
|
||||
|
||||
def LogWarningMsg() -> typing.Any:
|
||||
...
|
||||
|
||||
PYS_SERVICE_STARTED: int
|
||||
PYS_SERVICE_STARTING: int
|
||||
PYS_SERVICE_STOPPED: int
|
||||
PYS_SERVICE_STOPPING: int
|
||||
def PrepareToHostMultiple() -> typing.Any:
|
||||
...
|
||||
|
||||
def PrepareToHostSingle() -> typing.Any:
|
||||
...
|
||||
|
||||
def PumpWaitingMessages() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegisterServiceCtrlHandler() -> typing.Any:
|
||||
...
|
||||
|
||||
def RunningAsService() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetEventSourceName() -> typing.Any:
|
||||
...
|
||||
|
||||
def StartServiceCtrlDispatcher() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
class startup_error(_mod_builtins.Exception):
|
||||
__dict__: typing.Dict[str, typing.Any]
|
||||
def __init__(self, *args, **kwargs) -> None:
|
||||
...
|
||||
|
||||
@classmethod
|
||||
def __init_subclass__(cls) -> None:
|
||||
'This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.\n'
|
||||
...
|
||||
|
||||
__module__: str
|
||||
@classmethod
|
||||
def __subclasshook__(cls, subclass: typing.Any) -> bool:
|
||||
'Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).\n'
|
||||
...
|
||||
|
||||
@property
|
||||
def __weakref__(self) -> typing.Any:
|
||||
'list of weak references to the object (if defined)'
|
||||
...
|
||||
|
||||
def __getattr__(self, name) -> typing.Any:
|
||||
...
|
||||
|
||||
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: timer, version: 0.2
|
||||
# Module: timer, version: 0.2
|
||||
|
||||
'Extension that wraps Win32 Timer functions'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
__version__: bytes
|
||||
error = _mod_pywintypes.error
|
||||
def kill_timer(timer_id) -> typing.Any:
|
||||
'boolean = kill_timer(timer_id)\nStops a timer'
|
||||
...
|
||||
|
||||
def set_timer() -> typing.Any:
|
||||
'int = set_timer(milliseconds, callback}\nCreates a timer that executes a callback function'
|
||||
...
|
||||
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
# 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:
|
||||
...
|
||||
|
|
@ -0,0 +1,692 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32api, version: unspecified
|
||||
# Module: win32api, version: unspecified
|
||||
|
||||
'Wraps general API functions that are not subsumed in the more specific modules'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def AbortSystemShutdown() -> typing.Any:
|
||||
...
|
||||
|
||||
def Apply() -> typing.Any:
|
||||
...
|
||||
|
||||
def Beep() -> typing.Any:
|
||||
...
|
||||
|
||||
def BeginUpdateResource() -> typing.Any:
|
||||
...
|
||||
|
||||
def ChangeDisplaySettings() -> typing.Any:
|
||||
...
|
||||
|
||||
def ChangeDisplaySettingsEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def ClipCursor() -> typing.Any:
|
||||
...
|
||||
|
||||
def CloseHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def CommandLineToArgv() -> typing.Any:
|
||||
...
|
||||
|
||||
def CopyFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def DebugBreak() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeleteFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def DragFinish() -> typing.Any:
|
||||
...
|
||||
|
||||
def DragQueryFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def DuplicateHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def EndUpdateResource() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumDisplayDevices() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumDisplayMonitors() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumDisplaySettings() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumDisplaySettingsEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumResourceLanguages() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumResourceNames() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumResourceTypes() -> typing.Any:
|
||||
...
|
||||
|
||||
def ExitWindows() -> typing.Any:
|
||||
...
|
||||
|
||||
def ExitWindowsEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def ExpandEnvironmentStrings() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindCloseChangeNotification() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindExecutable() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindFiles() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindFirstChangeNotification() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindNextChangeNotification() -> typing.Any:
|
||||
...
|
||||
|
||||
def FormatMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
def FormatMessageW() -> typing.Any:
|
||||
...
|
||||
|
||||
def FreeLibrary() -> typing.Any:
|
||||
...
|
||||
|
||||
def GenerateConsoleCtrlEvent() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetAsyncKeyState() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCommandLine() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetComputerName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetComputerNameEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetComputerObjectName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetConsoleTitle() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCurrentProcess() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCurrentProcessId() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCurrentThread() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCurrentThreadId() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCursorPos() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDateFormat() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDiskFreeSpace() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDiskFreeSpaceEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDllDirectory() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDomainName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetEnvironmentVariable() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetEnvironmentVariableW() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileAttributes() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileVersionInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFocus() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFullPathName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetHandleInformation() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetKeyState() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetKeyboardLayout() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetKeyboardLayoutList() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetKeyboardLayoutName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetKeyboardState() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetLastError() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetLastInputInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetLocalTime() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetLogicalDriveStrings() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetLogicalDrives() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetLongPathName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetLongPathNameW() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetModuleFileName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetModuleFileNameW() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetModuleHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetMonitorInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetNativeSystemInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcAddress() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProfileSection() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProfileVal() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetPwrCapabilities() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetShortPathName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetStdHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetSysColor() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetSystemDefaultLCID() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetSystemDefaultLangID() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetSystemDirectory() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetSystemFileCacheSize() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetSystemInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetSystemMetrics() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetSystemTime() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetTempFileName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetTempPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetThreadLocale() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetTickCount() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetTimeFormat() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetTimeZoneInformation() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetUserDefaultLCID() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetUserDefaultLangID() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetUserName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetUserNameEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetVersion() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetVersionEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetVolumeInformation() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetWindowLong() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetWindowsDirectory() -> typing.Any:
|
||||
...
|
||||
|
||||
def GlobalMemoryStatus() -> typing.Any:
|
||||
...
|
||||
|
||||
def GlobalMemoryStatusEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def HIBYTE() -> typing.Any:
|
||||
...
|
||||
|
||||
def HIWORD() -> typing.Any:
|
||||
...
|
||||
|
||||
def InitiateSystemShutdown() -> typing.Any:
|
||||
...
|
||||
|
||||
def LOBYTE() -> typing.Any:
|
||||
...
|
||||
|
||||
def LOWORD() -> typing.Any:
|
||||
...
|
||||
|
||||
def LoadCursor() -> typing.Any:
|
||||
...
|
||||
|
||||
def LoadKeyboardLayout() -> typing.Any:
|
||||
...
|
||||
|
||||
def LoadLibrary() -> typing.Any:
|
||||
...
|
||||
|
||||
def LoadLibraryEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def LoadResource() -> typing.Any:
|
||||
...
|
||||
|
||||
def LoadString() -> typing.Any:
|
||||
...
|
||||
|
||||
def MAKELANGID() -> typing.Any:
|
||||
...
|
||||
|
||||
def MAKELONG() -> typing.Any:
|
||||
...
|
||||
|
||||
def MAKEWORD() -> typing.Any:
|
||||
...
|
||||
|
||||
def MapVirtualKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def MessageBeep() -> typing.Any:
|
||||
...
|
||||
|
||||
def MessageBox() -> typing.Any:
|
||||
...
|
||||
|
||||
def MessageBoxEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def MonitorFromPoint() -> typing.Any:
|
||||
...
|
||||
|
||||
def MonitorFromRect() -> typing.Any:
|
||||
...
|
||||
|
||||
def MonitorFromWindow() -> typing.Any:
|
||||
...
|
||||
|
||||
def MoveFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def MoveFileEx() -> typing.Any:
|
||||
...
|
||||
|
||||
NameCanonical: int
|
||||
NameCanonicalEx: int
|
||||
NameDisplay: int
|
||||
NameFullyQualifiedDN: int
|
||||
NameSamCompatible: int
|
||||
NameServicePrincipal: int
|
||||
NameUniqueId: int
|
||||
NameUnknown: int
|
||||
NameUserPrincipal: int
|
||||
def OpenProcess() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenThread() -> typing.Any:
|
||||
...
|
||||
|
||||
def OutputDebugString() -> typing.Any:
|
||||
...
|
||||
|
||||
def PostMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
def PostQuitMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
def PostThreadMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
PyDISPLAY_DEVICEType = _mod_builtins.PyDISPLAY_DEVICE
|
||||
REG_NOTIFY_CHANGE_ATTRIBUTES: int
|
||||
REG_NOTIFY_CHANGE_LAST_SET: int
|
||||
REG_NOTIFY_CHANGE_NAME: int
|
||||
REG_NOTIFY_CHANGE_SECURITY: int
|
||||
def RGB() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegCloseKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegConnectRegistry() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegCopyTree() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegCreateKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegCreateKeyEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegDeleteKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegDeleteKeyEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegDeleteTree() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegDeleteValue() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegEnumKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegEnumKeyEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegEnumKeyExW() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegEnumValue() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegFlushKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegGetKeySecurity() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegLoadKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegNotifyChangeKeyValue() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegOpenCurrentUser() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegOpenKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegOpenKeyEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegOpenKeyTransacted() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegOverridePredefKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegQueryInfoKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegQueryInfoKeyW() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegQueryValue() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegQueryValueEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegRestoreKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegSaveKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegSaveKeyEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegSetKeySecurity() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegSetValue() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegSetValueEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegUnLoadKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegisterWindowMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
STD_ERROR_HANDLE: int
|
||||
STD_INPUT_HANDLE: int
|
||||
STD_OUTPUT_HANDLE: int
|
||||
def SearchPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def SendMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetClassLong() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetClassWord() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetConsoleCtrlHandler() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetConsoleTitle() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetCursor() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetCursorPos() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetDllDirectory() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetEnvironmentVariable() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetEnvironmentVariableW() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetErrorMode() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetFileAttributes() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetHandleInformation() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetLastError() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetLocalTime() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetStdHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetSysColors() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetSystemFileCacheSize() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetSystemPowerState() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetSystemTime() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetThreadLocale() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetTimeZoneInformation() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetWindowLong() -> typing.Any:
|
||||
...
|
||||
|
||||
def ShellExecute() -> typing.Any:
|
||||
...
|
||||
|
||||
def ShowCursor() -> typing.Any:
|
||||
...
|
||||
|
||||
def Sleep() -> typing.Any:
|
||||
...
|
||||
|
||||
def SleepEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def TerminateProcess() -> typing.Any:
|
||||
...
|
||||
|
||||
def ToAsciiEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def Unicode() -> typing.Any:
|
||||
...
|
||||
|
||||
def UpdateResource() -> typing.Any:
|
||||
...
|
||||
|
||||
VFT_APP: int
|
||||
VFT_DLL: int
|
||||
VFT_DRV: int
|
||||
VFT_FONT: int
|
||||
VFT_STATIC_LIB: int
|
||||
VFT_UNKNOWN: int
|
||||
VFT_VXD: int
|
||||
VOS_DOS: int
|
||||
VOS_DOS_WINDOWS16: int
|
||||
VOS_DOS_WINDOWS32: int
|
||||
VOS_NT: int
|
||||
VOS_NT_WINDOWS32: int
|
||||
VOS_OS216: int
|
||||
VOS_OS216_PM16: int
|
||||
VOS_OS232: int
|
||||
VOS_OS232_PM32: int
|
||||
VOS_UNKNOWN: int
|
||||
VOS__PM16: int
|
||||
VOS__PM32: int
|
||||
VOS__WINDOWS16: int
|
||||
VOS__WINDOWS32: int
|
||||
VS_FF_DEBUG: int
|
||||
VS_FF_INFOINFERRED: int
|
||||
VS_FF_PATCHED: int
|
||||
VS_FF_PRERELEASE: int
|
||||
VS_FF_PRIVATEBUILD: int
|
||||
VS_FF_SPECIALBUILD: int
|
||||
def VkKeyScan() -> typing.Any:
|
||||
...
|
||||
|
||||
def VkKeyScanEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def WinExec() -> typing.Any:
|
||||
...
|
||||
|
||||
def WinHelp() -> typing.Any:
|
||||
...
|
||||
|
||||
def WriteProfileSection() -> typing.Any:
|
||||
...
|
||||
|
||||
def WriteProfileVal() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def keybd_event() -> typing.Any:
|
||||
...
|
||||
|
||||
def mouse_event() -> typing.Any:
|
||||
...
|
||||
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,102 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32clipboard, version: unspecified
|
||||
# Module: win32clipboard, version: unspecified
|
||||
|
||||
'A module which supports the Windows Clipboard API.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
CF_BITMAP: int
|
||||
CF_DIB: int
|
||||
CF_DIBV5: int
|
||||
CF_DIF: int
|
||||
CF_DSPBITMAP: int
|
||||
CF_DSPENHMETAFILE: int
|
||||
CF_DSPMETAFILEPICT: int
|
||||
CF_DSPTEXT: int
|
||||
CF_ENHMETAFILE: int
|
||||
CF_HDROP: int
|
||||
CF_LOCALE: int
|
||||
CF_MAX: int
|
||||
CF_METAFILEPICT: int
|
||||
CF_OEMTEXT: int
|
||||
CF_OWNERDISPLAY: int
|
||||
CF_PALETTE: int
|
||||
CF_PENDATA: int
|
||||
CF_RIFF: int
|
||||
CF_SYLK: int
|
||||
CF_TEXT: int
|
||||
CF_TIFF: int
|
||||
CF_UNICODETEXT: int
|
||||
CF_WAVE: int
|
||||
def ChangeClipboardChain() -> typing.Any:
|
||||
...
|
||||
|
||||
def CloseClipboard() -> typing.Any:
|
||||
...
|
||||
|
||||
def CountClipboardFormats() -> typing.Any:
|
||||
...
|
||||
|
||||
def EmptyClipboard() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumClipboardFormats() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetClipboardData() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetClipboardDataHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetClipboardFormatName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetClipboardOwner() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetClipboardSequenceNumber() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetClipboardViewer() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetGlobalMemory() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetOpenClipboardWindow() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetPriorityClipboardFormat() -> typing.Any:
|
||||
...
|
||||
|
||||
def IsClipboardFormatAvailable() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenClipboard() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegisterClipboardFormat() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetClipboardData() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetClipboardText() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetClipboardViewer() -> typing.Any:
|
||||
...
|
||||
|
||||
UNICODE: bool
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,146 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32console, version: unspecified
|
||||
# Module: win32console, version: unspecified
|
||||
|
||||
'Interface to the Windows Console functions for dealing with character-mode applications.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
ATTACH_PARENT_PROCESS: int
|
||||
def AddConsoleAlias() -> typing.Any:
|
||||
'Creates a new console alias'
|
||||
...
|
||||
|
||||
def AllocConsole() -> typing.Any:
|
||||
'Creates a new console for the calling process'
|
||||
...
|
||||
|
||||
def AttachConsole() -> typing.Any:
|
||||
'Attaches calling process to console of another process'
|
||||
...
|
||||
|
||||
BACKGROUND_BLUE: int
|
||||
BACKGROUND_GREEN: int
|
||||
BACKGROUND_INTENSITY: int
|
||||
BACKGROUND_RED: int
|
||||
COMMON_LVB_GRID_HORIZONTAL: int
|
||||
COMMON_LVB_GRID_LVERTICAL: int
|
||||
COMMON_LVB_GRID_RVERTICAL: int
|
||||
COMMON_LVB_LEADING_BYTE: int
|
||||
COMMON_LVB_REVERSE_VIDEO: int
|
||||
COMMON_LVB_TRAILING_BYTE: int
|
||||
COMMON_LVB_UNDERSCORE: int
|
||||
CONSOLE_FULLSCREEN: int
|
||||
CONSOLE_FULLSCREEN_HARDWARE: int
|
||||
CONSOLE_FULLSCREEN_MODE: int
|
||||
CONSOLE_MOUSE_DOWN: int
|
||||
CONSOLE_MOUSE_SELECTION: int
|
||||
CONSOLE_NO_SELECTION: int
|
||||
CONSOLE_SELECTION_IN_PROGRESS: int
|
||||
CONSOLE_SELECTION_NOT_EMPTY: int
|
||||
CONSOLE_TEXTMODE_BUFFER: int
|
||||
CONSOLE_WINDOWED_MODE: int
|
||||
CTRL_BREAK_EVENT: int
|
||||
CTRL_C_EVENT: int
|
||||
def CreateConsoleScreenBuffer() -> typing.Any:
|
||||
'Creates a new console screen buffer'
|
||||
...
|
||||
|
||||
ENABLE_ECHO_INPUT: int
|
||||
ENABLE_LINE_INPUT: int
|
||||
ENABLE_MOUSE_INPUT: int
|
||||
ENABLE_PROCESSED_INPUT: int
|
||||
ENABLE_PROCESSED_OUTPUT: int
|
||||
ENABLE_WINDOW_INPUT: int
|
||||
ENABLE_WRAP_AT_EOL_OUTPUT: int
|
||||
FOCUS_EVENT: int
|
||||
FOREGROUND_BLUE: int
|
||||
FOREGROUND_GREEN: int
|
||||
FOREGROUND_INTENSITY: int
|
||||
FOREGROUND_RED: int
|
||||
def FreeConsole() -> typing.Any:
|
||||
'Detaches process from its console'
|
||||
...
|
||||
|
||||
def GenerateConsoleCtrlEvent() -> typing.Any:
|
||||
'Sends a control signal to a group of processes attached to a common console'
|
||||
...
|
||||
|
||||
def GetConsoleAliasExes() -> typing.Any:
|
||||
'Lists all executables that have console aliases defined'
|
||||
...
|
||||
|
||||
def GetConsoleAliases() -> typing.Any:
|
||||
'Retrieves aliases defined under specified executable'
|
||||
...
|
||||
|
||||
def GetConsoleCP() -> typing.Any:
|
||||
"Returns the input code page for calling process's console"
|
||||
...
|
||||
|
||||
def GetConsoleDisplayMode() -> typing.Any:
|
||||
"Returns the current console's display mode"
|
||||
...
|
||||
|
||||
def GetConsoleOutputCP() -> typing.Any:
|
||||
"Returns the output code page for calling process's console"
|
||||
...
|
||||
|
||||
def GetConsoleProcessList() -> typing.Any:
|
||||
'Returns pids of all processes attached to current console'
|
||||
...
|
||||
|
||||
def GetConsoleSelectionInfo() -> typing.Any:
|
||||
'Returns info on text selection within the current console'
|
||||
...
|
||||
|
||||
def GetConsoleTitle() -> typing.Any:
|
||||
'Returns the title of console to which calling process is attached'
|
||||
...
|
||||
|
||||
def GetConsoleWindow() -> typing.Any:
|
||||
"Returns a handle to the console's window, or 0 if none exists"
|
||||
...
|
||||
|
||||
def GetNumberOfConsoleFonts() -> typing.Any:
|
||||
'Returns the number of fonts available to the console'
|
||||
...
|
||||
|
||||
def GetStdHandle() -> typing.Any:
|
||||
"Returns one of calling process's standard handles"
|
||||
...
|
||||
|
||||
KEY_EVENT: int
|
||||
LOCALE_USER_DEFAULT: int
|
||||
MENU_EVENT: int
|
||||
MOUSE_EVENT: int
|
||||
PyCOORDType = _mod_builtins.PyCOORD
|
||||
PyConsoleScreenBufferType = _mod_builtins.PyConsoleScreenBuffer
|
||||
PyINPUT_RECORDType = _mod_builtins.PyINPUT_RECORD
|
||||
PySMALL_RECTType = _mod_builtins.PySMALL_RECT
|
||||
STD_ERROR_HANDLE: int
|
||||
STD_INPUT_HANDLE: int
|
||||
STD_OUTPUT_HANDLE: int
|
||||
def SetConsoleCP() -> typing.Any:
|
||||
"Sets the input code page for calling process's console"
|
||||
...
|
||||
|
||||
def SetConsoleOutputCP() -> typing.Any:
|
||||
"Sets the output code page for calling process's console"
|
||||
...
|
||||
|
||||
def SetConsoleTitle() -> typing.Any:
|
||||
"Sets the title of calling process's console"
|
||||
...
|
||||
|
||||
WINDOW_BUFFER_SIZE_EVENT: int
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,139 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32cred, version: unspecified
|
||||
# Module: win32cred, version: unspecified
|
||||
|
||||
'Interface to credentials management functions.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
|
||||
CREDUI_FLAGS_ALWAYS_SHOW_UI: int
|
||||
CREDUI_FLAGS_COMPLETE_USERNAME: int
|
||||
CREDUI_FLAGS_DO_NOT_PERSIST: int
|
||||
CREDUI_FLAGS_EXCLUDE_CERTIFICATES: int
|
||||
CREDUI_FLAGS_EXPECT_CONFIRMATION: int
|
||||
CREDUI_FLAGS_GENERIC_CREDENTIALS: int
|
||||
CREDUI_FLAGS_INCORRECT_PASSWORD: int
|
||||
CREDUI_FLAGS_KEEP_USERNAME: int
|
||||
CREDUI_FLAGS_PASSWORD_ONLY_OK: int
|
||||
CREDUI_FLAGS_PERSIST: int
|
||||
CREDUI_FLAGS_PROMPT_VALID: int
|
||||
CREDUI_FLAGS_REQUEST_ADMINISTRATOR: int
|
||||
CREDUI_FLAGS_REQUIRE_CERTIFICATE: int
|
||||
CREDUI_FLAGS_REQUIRE_SMARTCARD: int
|
||||
CREDUI_FLAGS_SERVER_CREDENTIAL: int
|
||||
CREDUI_FLAGS_SHOW_SAVE_CHECK_BOX: int
|
||||
CREDUI_FLAGS_USERNAME_TARGET_CREDENTIALS: int
|
||||
CREDUI_FLAGS_VALIDATE_USERNAME: int
|
||||
CREDUI_MAX_CAPTION_LENGTH: int
|
||||
CREDUI_MAX_DOMAIN_TARGET_LENGTH: int
|
||||
CREDUI_MAX_GENERIC_TARGET_LENGTH: int
|
||||
CREDUI_MAX_MESSAGE_LENGTH: int
|
||||
CREDUI_MAX_PASSWORD_LENGTH: int
|
||||
CREDUI_MAX_USERNAME_LENGTH: int
|
||||
CRED_ALLOW_NAME_RESOLUTION: int
|
||||
CRED_CACHE_TARGET_INFORMATION: int
|
||||
CRED_FLAGS_OWF_CRED_BLOB: int
|
||||
CRED_FLAGS_PASSWORD_FOR_CERT: int
|
||||
CRED_FLAGS_PROMPT_NOW: int
|
||||
CRED_FLAGS_USERNAME_TARGET: int
|
||||
CRED_FLAGS_VALID_FLAGS: int
|
||||
CRED_MAX_ATTRIBUTES: int
|
||||
CRED_MAX_DOMAIN_TARGET_NAME_LENGTH: int
|
||||
CRED_MAX_GENERIC_TARGET_NAME_LENGTH: int
|
||||
CRED_MAX_STRING_LENGTH: int
|
||||
CRED_MAX_USERNAME_LENGTH: int
|
||||
CRED_MAX_VALUE_SIZE: int
|
||||
CRED_PERSIST_ENTERPRISE: int
|
||||
CRED_PERSIST_LOCAL_MACHINE: int
|
||||
CRED_PERSIST_NONE: int
|
||||
CRED_PERSIST_SESSION: int
|
||||
CRED_PRESERVE_CREDENTIAL_BLOB: int
|
||||
CRED_TI_CREATE_EXPLICIT_CRED: int
|
||||
CRED_TI_DOMAIN_FORMAT_UNKNOWN: int
|
||||
CRED_TI_ONLY_PASSWORD_REQUIRED: int
|
||||
CRED_TI_SERVER_FORMAT_UNKNOWN: int
|
||||
CRED_TI_USERNAME_TARGET: int
|
||||
CRED_TI_VALID_FLAGS: int
|
||||
CRED_TI_WORKGROUP_MEMBER: int
|
||||
CRED_TYPE_DOMAIN_CERTIFICATE: int
|
||||
CRED_TYPE_DOMAIN_PASSWORD: int
|
||||
CRED_TYPE_DOMAIN_VISIBLE_PASSWORD: int
|
||||
CRED_TYPE_GENERIC: int
|
||||
CertCredential: int
|
||||
def CredDelete() -> typing.Any:
|
||||
'Deletes a stored credential'
|
||||
...
|
||||
|
||||
def CredEnumerate() -> typing.Any:
|
||||
'Lists stored credentials for current logon session'
|
||||
...
|
||||
|
||||
def CredGetTargetInfo() -> typing.Any:
|
||||
'Determines type and location of credential target'
|
||||
...
|
||||
|
||||
def CredIsMarshaledCredential() -> typing.Any:
|
||||
'Checks if a string matches the form of a marshaled credential'
|
||||
...
|
||||
|
||||
def CredMarshalCredential() -> typing.Any:
|
||||
'Marshals a credential into a unicode string'
|
||||
...
|
||||
|
||||
def CredRead() -> typing.Any:
|
||||
'Retrieves a stored credential'
|
||||
...
|
||||
|
||||
def CredReadDomainCredentials() -> typing.Any:
|
||||
"Retrieves a user's credentials for a domain or server"
|
||||
...
|
||||
|
||||
def CredRename() -> typing.Any:
|
||||
'Changes the target name of stored credentials'
|
||||
...
|
||||
|
||||
def CredUICmdLinePromptForCredentials() -> typing.Any:
|
||||
'Prompt for username/passwd from a console app'
|
||||
...
|
||||
|
||||
def CredUIConfirmCredentials() -> typing.Any:
|
||||
'Confirms whether credentials entered by user are valid or not'
|
||||
...
|
||||
|
||||
def CredUIParseUserName() -> typing.Any:
|
||||
'Parses a full username into domain and username'
|
||||
...
|
||||
|
||||
def CredUIPromptForCredentials() -> typing.Any:
|
||||
'Initiates dialog to request user credentials'
|
||||
...
|
||||
|
||||
def CredUIReadSSOCredW() -> typing.Any:
|
||||
'Retrieves single sign on username'
|
||||
...
|
||||
|
||||
def CredUIStoreSSOCredW() -> typing.Any:
|
||||
'Creates a single sign on credential'
|
||||
...
|
||||
|
||||
def CredUnmarshalCredential() -> typing.Any:
|
||||
'Unmarshals credentials formatted using <om win32cred.CredMarshalCredential>'
|
||||
...
|
||||
|
||||
def CredWrite() -> typing.Any:
|
||||
'Creates or updates a stored credential'
|
||||
...
|
||||
|
||||
def CredWriteDomainCredentials() -> typing.Any:
|
||||
'Creates or updates credential for a domain or server'
|
||||
...
|
||||
|
||||
UsernameTargetCredential: int
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,142 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32crypt, version: unspecified
|
||||
# Module: win32crypt, version: unspecified
|
||||
|
||||
'Support for Windows cryptography functions'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
|
||||
def CertAddSerializedElementToStore() -> typing.Any:
|
||||
...
|
||||
|
||||
def CertAlgIdToOID() -> typing.Any:
|
||||
...
|
||||
|
||||
def CertEnumPhysicalStore() -> typing.Any:
|
||||
...
|
||||
|
||||
def CertEnumSystemStore() -> typing.Any:
|
||||
...
|
||||
|
||||
def CertEnumSystemStoreLocation() -> typing.Any:
|
||||
...
|
||||
|
||||
def CertNameToStr() -> typing.Any:
|
||||
...
|
||||
|
||||
def CertOIDToAlgId() -> typing.Any:
|
||||
...
|
||||
|
||||
def CertOpenStore() -> typing.Any:
|
||||
...
|
||||
|
||||
def CertOpenSystemStore() -> typing.Any:
|
||||
...
|
||||
|
||||
def CertRegisterSystemStore() -> typing.Any:
|
||||
...
|
||||
|
||||
def CertUnregisterSystemStore() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptAcquireContext() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptBinaryToString() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptDecodeMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptDecodeObjectEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptDecryptAndVerifyMessageSignature() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptDecryptMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptEncodeObjectEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptEncryptMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptEnumKeyIdentifierProperties() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptEnumOIDInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptEnumProviderTypes() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptEnumProviders() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptFindLocalizedName() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptFindOIDInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptFormatObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptGetDefaultProvider() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptGetKeyIdentifierProperty() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptGetMessageCertificates() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptGetMessageSignerCount() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptProtectData() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptQueryObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptSetProviderEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptSignAndEncryptMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptSignMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptStringToBinary() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptUnprotectData() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptVerifyDetachedMessageSignature() -> typing.Any:
|
||||
...
|
||||
|
||||
def CryptVerifyMessageSignature() -> typing.Any:
|
||||
...
|
||||
|
||||
def PFXImportCertStore() -> typing.Any:
|
||||
...
|
||||
|
||||
def PFXIsPFXBlob() -> typing.Any:
|
||||
...
|
||||
|
||||
def PFXVerifyPassword() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,111 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32event, version: unspecified
|
||||
# Module: win32event, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def CancelWaitableTimer() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateEvent() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateMutex() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateSemaphore() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateWaitableTimer() -> typing.Any:
|
||||
...
|
||||
|
||||
EVENT_ALL_ACCESS: int
|
||||
EVENT_MODIFY_STATE: int
|
||||
INFINITE: int
|
||||
MAXIMUM_WAIT_OBJECTS: int
|
||||
def MsgWaitForMultipleObjects() -> typing.Any:
|
||||
...
|
||||
|
||||
def MsgWaitForMultipleObjectsEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenEvent() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenMutex() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenSemaphore() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenWaitableTimer() -> typing.Any:
|
||||
...
|
||||
|
||||
def PulseEvent() -> typing.Any:
|
||||
...
|
||||
|
||||
QS_ALLEVENTS: int
|
||||
QS_ALLINPUT: int
|
||||
QS_HOTKEY: int
|
||||
QS_INPUT: int
|
||||
QS_KEY: int
|
||||
QS_MOUSE: int
|
||||
QS_MOUSEBUTTON: int
|
||||
QS_MOUSEMOVE: int
|
||||
QS_PAINT: int
|
||||
QS_POSTMESSAGE: int
|
||||
QS_SENDMESSAGE: int
|
||||
QS_TIMER: int
|
||||
def ReleaseMutex() -> typing.Any:
|
||||
...
|
||||
|
||||
def ReleaseSemaphore() -> typing.Any:
|
||||
...
|
||||
|
||||
def ResetEvent() -> typing.Any:
|
||||
...
|
||||
|
||||
SYNCHRONIZE: int
|
||||
def SetEvent() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetWaitableTimer() -> typing.Any:
|
||||
...
|
||||
|
||||
def SignalObjectAndWait() -> typing.Any:
|
||||
...
|
||||
|
||||
UNICODE: int
|
||||
WAIT_ABANDONED: int
|
||||
WAIT_ABANDONED_0: int
|
||||
WAIT_FAILED: int
|
||||
WAIT_IO_COMPLETION: int
|
||||
WAIT_OBJECT_0: int
|
||||
WAIT_TIMEOUT: int
|
||||
def WaitForInputIdle() -> typing.Any:
|
||||
...
|
||||
|
||||
def WaitForMultipleObjects() -> typing.Any:
|
||||
...
|
||||
|
||||
def WaitForMultipleObjectsEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def WaitForSingleObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def WaitForSingleObjectEx() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,319 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32evtlog, version: unspecified
|
||||
# Module: win32evtlog, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def BackupEventLog() -> typing.Any:
|
||||
...
|
||||
|
||||
def ClearEventLog() -> typing.Any:
|
||||
...
|
||||
|
||||
def CloseEventLog() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeregisterEventSource() -> typing.Any:
|
||||
...
|
||||
|
||||
EVENTLOG_AUDIT_FAILURE: int
|
||||
EVENTLOG_AUDIT_SUCCESS: int
|
||||
EVENTLOG_BACKWARDS_READ: int
|
||||
EVENTLOG_END_ALL_PAIRED_EVENTS: int
|
||||
EVENTLOG_END_PAIRED_EVENT: int
|
||||
EVENTLOG_ERROR_TYPE: int
|
||||
EVENTLOG_FORWARDS_READ: int
|
||||
EVENTLOG_INFORMATION_TYPE: int
|
||||
EVENTLOG_PAIRED_EVENT_ACTIVE: int
|
||||
EVENTLOG_PAIRED_EVENT_INACTIVE: int
|
||||
EVENTLOG_SEEK_READ: int
|
||||
EVENTLOG_SEQUENTIAL_READ: int
|
||||
EVENTLOG_START_PAIRED_EVENT: int
|
||||
EVENTLOG_SUCCESS: int
|
||||
EVENTLOG_WARNING_TYPE: int
|
||||
EventMetadataEventChannel: int
|
||||
EventMetadataEventID: int
|
||||
EventMetadataEventKeyword: int
|
||||
EventMetadataEventLevel: int
|
||||
EventMetadataEventMessageID: int
|
||||
EventMetadataEventOpcode: int
|
||||
EventMetadataEventTask: int
|
||||
EventMetadataEventTemplate: int
|
||||
EventMetadataEventVersion: int
|
||||
def EvtArchiveExportedLog() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtChannelConfigAccess: int
|
||||
EvtChannelConfigClassicEventlog: int
|
||||
EvtChannelConfigEnabled: int
|
||||
EvtChannelConfigIsolation: int
|
||||
EvtChannelConfigOwningPublisher: int
|
||||
EvtChannelConfigPropertyIdEND: int
|
||||
EvtChannelConfigType: int
|
||||
EvtChannelLoggingConfigAutoBackup: int
|
||||
EvtChannelLoggingConfigLogFilePath: int
|
||||
EvtChannelLoggingConfigMaxSize: int
|
||||
EvtChannelLoggingConfigRetention: int
|
||||
EvtChannelPublisherList: int
|
||||
EvtChannelPublishingConfigBufferSize: int
|
||||
EvtChannelPublishingConfigClockType: int
|
||||
EvtChannelPublishingConfigControlGuid: int
|
||||
EvtChannelPublishingConfigKeywords: int
|
||||
EvtChannelPublishingConfigLatency: int
|
||||
EvtChannelPublishingConfigLevel: int
|
||||
EvtChannelPublishingConfigMaxBuffers: int
|
||||
EvtChannelPublishingConfigMinBuffers: int
|
||||
EvtChannelPublishingConfigSidType: int
|
||||
def EvtClearLog() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtCreateBookmark() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtCreateRenderContext() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtEventMetadataPropertyIdEND: int
|
||||
EvtEventPath: int
|
||||
EvtEventPropertyIdEND: int
|
||||
EvtEventQueryIDs: int
|
||||
def EvtExportLog() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtExportLogChannelPath: int
|
||||
EvtExportLogFilePath: int
|
||||
EvtExportLogTolerateQueryErrors: int
|
||||
def EvtFormatMessage() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtFormatMessageChannel: int
|
||||
EvtFormatMessageEvent: int
|
||||
EvtFormatMessageId: int
|
||||
EvtFormatMessageKeyword: int
|
||||
EvtFormatMessageLevel: int
|
||||
EvtFormatMessageOpcode: int
|
||||
EvtFormatMessageProvider: int
|
||||
EvtFormatMessageTask: int
|
||||
EvtFormatMessageXml: int
|
||||
def EvtGetChannelConfigProperty() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtGetEventInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtGetEventMetadataProperty() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtGetExtendedStatus() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtGetLogInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtGetObjectArrayProperty() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtGetObjectArraySize() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtGetPublisherMetadataProperty() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtLogAttributes: int
|
||||
EvtLogCreationTime: int
|
||||
EvtLogFileSize: int
|
||||
EvtLogFull: int
|
||||
EvtLogLastAccessTime: int
|
||||
EvtLogLastWriteTime: int
|
||||
EvtLogNumberOfLogRecords: int
|
||||
EvtLogOldestRecordNumber: int
|
||||
def EvtNext() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtNextChannelPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtNextEventMetadata() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtNextPublisherId() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtOpenChannelConfig() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtOpenChannelEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtOpenChannelPath: int
|
||||
def EvtOpenEventMetadataEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtOpenFilePath: int
|
||||
def EvtOpenLog() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtOpenPublisherEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtOpenPublisherMetadata() -> typing.Any:
|
||||
...
|
||||
|
||||
def EvtOpenSession() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtPublisherMetadataChannelReferenceFlags: int
|
||||
EvtPublisherMetadataChannelReferenceID: int
|
||||
EvtPublisherMetadataChannelReferenceIndex: int
|
||||
EvtPublisherMetadataChannelReferenceMessageID: int
|
||||
EvtPublisherMetadataChannelReferencePath: int
|
||||
EvtPublisherMetadataChannelReferences: int
|
||||
EvtPublisherMetadataHelpLink: int
|
||||
EvtPublisherMetadataKeywordMessageID: int
|
||||
EvtPublisherMetadataKeywordName: int
|
||||
EvtPublisherMetadataKeywordValue: int
|
||||
EvtPublisherMetadataKeywords: int
|
||||
EvtPublisherMetadataLevelMessageID: int
|
||||
EvtPublisherMetadataLevelName: int
|
||||
EvtPublisherMetadataLevelValue: int
|
||||
EvtPublisherMetadataLevels: int
|
||||
EvtPublisherMetadataMessageFilePath: int
|
||||
EvtPublisherMetadataOpcodeMessageID: int
|
||||
EvtPublisherMetadataOpcodeName: int
|
||||
EvtPublisherMetadataOpcodeValue: int
|
||||
EvtPublisherMetadataOpcodes: int
|
||||
EvtPublisherMetadataParameterFilePath: int
|
||||
EvtPublisherMetadataPropertyIdEND: int
|
||||
EvtPublisherMetadataPublisherGuid: int
|
||||
EvtPublisherMetadataPublisherMessageID: int
|
||||
EvtPublisherMetadataResourceFilePath: int
|
||||
EvtPublisherMetadataTaskEventGuid: int
|
||||
EvtPublisherMetadataTaskMessageID: int
|
||||
EvtPublisherMetadataTaskName: int
|
||||
EvtPublisherMetadataTaskValue: int
|
||||
EvtPublisherMetadataTasks: int
|
||||
def EvtQuery() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtQueryChannelPath: int
|
||||
EvtQueryFilePath: int
|
||||
EvtQueryForwardDirection: int
|
||||
EvtQueryReverseDirection: int
|
||||
EvtQueryTolerateQueryErrors: int
|
||||
def EvtRender() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtRenderBookmark: int
|
||||
EvtRenderContextSystem: int
|
||||
EvtRenderContextUser: int
|
||||
EvtRenderContextValues: int
|
||||
EvtRenderEventValues: int
|
||||
EvtRenderEventXml: int
|
||||
EvtRpcLogin: int
|
||||
EvtRpcLoginAuthDefault: int
|
||||
EvtRpcLoginAuthKerberos: int
|
||||
EvtRpcLoginAuthNTLM: int
|
||||
EvtRpcLoginAuthNegotiate: int
|
||||
def EvtSeek() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtSeekOriginMask: int
|
||||
EvtSeekRelativeToBookmark: int
|
||||
EvtSeekRelativeToCurrent: int
|
||||
EvtSeekRelativeToFirst: int
|
||||
EvtSeekRelativeToLast: int
|
||||
EvtSeekStrict: int
|
||||
def EvtSubscribe() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtSubscribeActionDeliver: int
|
||||
EvtSubscribeActionError: int
|
||||
EvtSubscribeOriginMask: int
|
||||
EvtSubscribeStartAfterBookmark: int
|
||||
EvtSubscribeStartAtOldestRecord: int
|
||||
EvtSubscribeStrict: int
|
||||
EvtSubscribeToFutureEvents: int
|
||||
EvtSubscribeTolerateQueryErrors: int
|
||||
EvtSystemActivityID: int
|
||||
EvtSystemChannel: int
|
||||
EvtSystemComputer: int
|
||||
EvtSystemEventID: int
|
||||
EvtSystemEventRecordId: int
|
||||
EvtSystemKeywords: int
|
||||
EvtSystemLevel: int
|
||||
EvtSystemOpcode: int
|
||||
EvtSystemProcessID: int
|
||||
EvtSystemPropertyIdEND: int
|
||||
EvtSystemProviderGuid: int
|
||||
EvtSystemProviderName: int
|
||||
EvtSystemQualifiers: int
|
||||
EvtSystemRelatedActivityID: int
|
||||
EvtSystemTask: int
|
||||
EvtSystemThreadID: int
|
||||
EvtSystemTimeCreated: int
|
||||
EvtSystemUserID: int
|
||||
EvtSystemVersion: int
|
||||
def EvtUpdateBookmark() -> typing.Any:
|
||||
...
|
||||
|
||||
EvtVarTypeAnsiString: int
|
||||
EvtVarTypeBinary: int
|
||||
EvtVarTypeBoolean: int
|
||||
EvtVarTypeByte: int
|
||||
EvtVarTypeDouble: int
|
||||
EvtVarTypeEvtHandle: int
|
||||
EvtVarTypeEvtXml: int
|
||||
EvtVarTypeFileTime: int
|
||||
EvtVarTypeGuid: int
|
||||
EvtVarTypeHexInt32: int
|
||||
EvtVarTypeHexInt64: int
|
||||
EvtVarTypeInt16: int
|
||||
EvtVarTypeInt32: int
|
||||
EvtVarTypeInt64: int
|
||||
EvtVarTypeNull: int
|
||||
EvtVarTypeSByte: int
|
||||
EvtVarTypeSid: int
|
||||
EvtVarTypeSingle: int
|
||||
EvtVarTypeSizeT: int
|
||||
EvtVarTypeString: int
|
||||
EvtVarTypeSysTime: int
|
||||
EvtVarTypeUInt16: int
|
||||
EvtVarTypeUInt32: int
|
||||
EvtVarTypeUInt64: int
|
||||
def GetNumberOfEventLogRecords() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetOldestEventLogRecord() -> typing.Any:
|
||||
...
|
||||
|
||||
def NotifyChangeEventLog() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenBackupEventLog() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenEventLog() -> typing.Any:
|
||||
...
|
||||
|
||||
def ReadEventLog() -> typing.Any:
|
||||
...
|
||||
|
||||
def RegisterEventSource() -> typing.Any:
|
||||
...
|
||||
|
||||
def ReportEvent() -> typing.Any:
|
||||
...
|
||||
|
||||
UNICODE: int
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,640 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32file, version: unspecified
|
||||
# Module: win32file, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def AcceptEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def AddUsersToEncryptedFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def AllocateReadBuffer() -> typing.Any:
|
||||
...
|
||||
|
||||
def AreFileApisANSI() -> typing.Any:
|
||||
...
|
||||
|
||||
def BackupRead() -> typing.Any:
|
||||
...
|
||||
|
||||
def BackupSeek() -> typing.Any:
|
||||
...
|
||||
|
||||
def BackupWrite() -> typing.Any:
|
||||
...
|
||||
|
||||
def BuildCommDCB() -> typing.Any:
|
||||
...
|
||||
|
||||
CALLBACK_CHUNK_FINISHED: int
|
||||
CALLBACK_STREAM_SWITCH: int
|
||||
CBR_110: int
|
||||
CBR_115200: int
|
||||
CBR_1200: int
|
||||
CBR_128000: int
|
||||
CBR_14400: int
|
||||
CBR_19200: int
|
||||
CBR_2400: int
|
||||
CBR_256000: int
|
||||
CBR_300: int
|
||||
CBR_38400: int
|
||||
CBR_4800: int
|
||||
CBR_56000: int
|
||||
CBR_57600: int
|
||||
CBR_600: int
|
||||
CBR_9600: int
|
||||
CLRBREAK: int
|
||||
CLRDTR: int
|
||||
CLRRTS: int
|
||||
COPY_FILE_ALLOW_DECRYPTED_DESTINATION: int
|
||||
COPY_FILE_FAIL_IF_EXISTS: int
|
||||
COPY_FILE_OPEN_SOURCE_FOR_WRITE: int
|
||||
COPY_FILE_RESTARTABLE: int
|
||||
CREATE_ALWAYS: int
|
||||
CREATE_FOR_DIR: int
|
||||
CREATE_FOR_IMPORT: int
|
||||
CREATE_NEW: int
|
||||
def CalculateSocketEndPointSize() -> typing.Any:
|
||||
...
|
||||
|
||||
def CancelIo() -> typing.Any:
|
||||
...
|
||||
|
||||
def ClearCommBreak() -> typing.Any:
|
||||
...
|
||||
|
||||
def ClearCommError() -> typing.Any:
|
||||
...
|
||||
|
||||
def CloseEncryptedFileRaw() -> typing.Any:
|
||||
...
|
||||
|
||||
def CloseHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def ConnectEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def CopyFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def CopyFileEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def CopyFileW() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDirectory() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDirectoryEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDirectoryExW() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDirectoryW() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateFileW() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateHardLink() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateIoCompletionPort() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateMailslot() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateSymbolicLink() -> typing.Any:
|
||||
...
|
||||
|
||||
def DCB() -> typing.Any:
|
||||
...
|
||||
|
||||
DRIVE_CDROM: int
|
||||
DRIVE_FIXED: int
|
||||
DRIVE_NO_ROOT_DIR: int
|
||||
DRIVE_RAMDISK: int
|
||||
DRIVE_REMOTE: int
|
||||
DRIVE_REMOVABLE: int
|
||||
DRIVE_UNKNOWN: int
|
||||
DTR_CONTROL_DISABLE: int
|
||||
DTR_CONTROL_ENABLE: int
|
||||
DTR_CONTROL_HANDSHAKE: int
|
||||
def DecryptFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def DefineDosDevice() -> typing.Any:
|
||||
...
|
||||
|
||||
def DefineDosDeviceW() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeleteFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeleteFileW() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeleteVolumeMountPoint() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeviceIoControl() -> typing.Any:
|
||||
...
|
||||
|
||||
def DuplicateEncryptionInfoFile() -> typing.Any:
|
||||
...
|
||||
|
||||
EVENPARITY: int
|
||||
EV_BREAK: int
|
||||
EV_CTS: int
|
||||
EV_DSR: int
|
||||
EV_ERR: int
|
||||
EV_RING: int
|
||||
EV_RLSD: int
|
||||
EV_RXCHAR: int
|
||||
EV_RXFLAG: int
|
||||
EV_TXEMPTY: int
|
||||
def EncryptFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def EncryptionDisable() -> typing.Any:
|
||||
...
|
||||
|
||||
def EscapeCommFunction() -> typing.Any:
|
||||
...
|
||||
|
||||
FD_ACCEPT: int
|
||||
FD_ADDRESS_LIST_CHANGE: int
|
||||
FD_CLOSE: int
|
||||
FD_CONNECT: int
|
||||
FD_GROUP_QOS: int
|
||||
FD_OOB: int
|
||||
FD_QOS: int
|
||||
FD_READ: int
|
||||
FD_ROUTING_INTERFACE_CHANGE: int
|
||||
FD_WRITE: int
|
||||
FILE_ALL_ACCESS: int
|
||||
FILE_ATTRIBUTE_ARCHIVE: int
|
||||
FILE_ATTRIBUTE_COMPRESSED: int
|
||||
FILE_ATTRIBUTE_DIRECTORY: int
|
||||
FILE_ATTRIBUTE_HIDDEN: int
|
||||
FILE_ATTRIBUTE_NORMAL: int
|
||||
FILE_ATTRIBUTE_OFFLINE: int
|
||||
FILE_ATTRIBUTE_READONLY: int
|
||||
FILE_ATTRIBUTE_SYSTEM: int
|
||||
FILE_ATTRIBUTE_TEMPORARY: int
|
||||
FILE_BEGIN: int
|
||||
FILE_CURRENT: int
|
||||
FILE_ENCRYPTABLE: int
|
||||
FILE_END: int
|
||||
FILE_FLAG_BACKUP_SEMANTICS: int
|
||||
FILE_FLAG_DELETE_ON_CLOSE: int
|
||||
FILE_FLAG_NO_BUFFERING: int
|
||||
FILE_FLAG_OPEN_REPARSE_POINT: int
|
||||
FILE_FLAG_OVERLAPPED: int
|
||||
FILE_FLAG_POSIX_SEMANTICS: int
|
||||
FILE_FLAG_RANDOM_ACCESS: int
|
||||
FILE_FLAG_SEQUENTIAL_SCAN: int
|
||||
FILE_FLAG_WRITE_THROUGH: int
|
||||
FILE_GENERIC_READ: int
|
||||
FILE_GENERIC_WRITE: int
|
||||
FILE_IS_ENCRYPTED: int
|
||||
def FILE_NOTIFY_INFORMATION() -> typing.Any:
|
||||
...
|
||||
|
||||
FILE_READ_ONLY: int
|
||||
FILE_ROOT_DIR: int
|
||||
FILE_SHARE_DELETE: int
|
||||
FILE_SHARE_READ: int
|
||||
FILE_SHARE_WRITE: int
|
||||
FILE_SYSTEM_ATTR: int
|
||||
FILE_SYSTEM_DIR: int
|
||||
FILE_SYSTEM_NOT_SUPPORT: int
|
||||
FILE_TYPE_CHAR: int
|
||||
FILE_TYPE_DISK: int
|
||||
FILE_TYPE_PIPE: int
|
||||
FILE_TYPE_UNKNOWN: int
|
||||
FILE_UNKNOWN: int
|
||||
FILE_USER_DISALLOWED: int
|
||||
FileAllocationInfo: int
|
||||
FileAttributeTagInfo: int
|
||||
FileBasicInfo: int
|
||||
FileCompressionInfo: int
|
||||
FileDispositionInfo: int
|
||||
def FileEncryptionStatus() -> typing.Any:
|
||||
...
|
||||
|
||||
FileEndOfFileInfo: int
|
||||
FileIdBothDirectoryInfo: int
|
||||
FileIdBothDirectoryRestartInfo: int
|
||||
FileIdType: int
|
||||
FileIoPriorityHintInfo: int
|
||||
FileNameInfo: int
|
||||
FileRenameInfo: int
|
||||
FileStandardInfo: int
|
||||
FileStreamInfo: int
|
||||
def FindClose() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindCloseChangeNotification() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindFileNames() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindFilesIterator() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindFilesW() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindFirstChangeNotification() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindNextChangeNotification() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindStreams() -> typing.Any:
|
||||
...
|
||||
|
||||
def FlushFileBuffers() -> typing.Any:
|
||||
...
|
||||
|
||||
GENERIC_EXECUTE: int
|
||||
GENERIC_READ: int
|
||||
GENERIC_WRITE: int
|
||||
def GetAcceptExSockaddrs() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetBinaryType() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCommMask() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCommModemStatus() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCommState() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCommTimeouts() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCompressedFileSize() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDiskFreeSpace() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDiskFreeSpaceEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDriveType() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDriveTypeW() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileAttributes() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileAttributesEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileAttributesExW() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileAttributesW() -> typing.Any:
|
||||
...
|
||||
|
||||
GetFileExInfoStandard: int
|
||||
def GetFileInformationByHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileInformationByHandleEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileSize() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileTime() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileType() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFinalPathNameByHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFullPathName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetLogicalDrives() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetLongPathName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetMailslotInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetOverlappedResult() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetQueuedCompletionStatus() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetVolumeNameForVolumeMountPoint() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetVolumePathName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetVolumePathNamesForVolumeName() -> typing.Any:
|
||||
...
|
||||
|
||||
INVALID_HANDLE_VALUE: int
|
||||
IoPriorityHintLow: int
|
||||
IoPriorityHintNormal: int
|
||||
IoPriorityHintVeryLow: int
|
||||
def LockFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def LockFileEx() -> typing.Any:
|
||||
...
|
||||
|
||||
MARKPARITY: int
|
||||
MOVEFILE_COPY_ALLOWED: int
|
||||
MOVEFILE_CREATE_HARDLINK: int
|
||||
MOVEFILE_DELAY_UNTIL_REBOOT: int
|
||||
MOVEFILE_FAIL_IF_NOT_TRACKABLE: int
|
||||
MOVEFILE_REPLACE_EXISTING: int
|
||||
MOVEFILE_WRITE_THROUGH: int
|
||||
def MoveFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def MoveFileEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def MoveFileExW() -> typing.Any:
|
||||
...
|
||||
|
||||
def MoveFileW() -> typing.Any:
|
||||
...
|
||||
|
||||
def MoveFileWithProgress() -> typing.Any:
|
||||
...
|
||||
|
||||
NOPARITY: int
|
||||
ODDPARITY: int
|
||||
ONE5STOPBITS: int
|
||||
ONESTOPBIT: int
|
||||
OPEN_ALWAYS: int
|
||||
OPEN_EXISTING: int
|
||||
def OVERLAPPED() -> typing.Any:
|
||||
...
|
||||
|
||||
OVERWRITE_HIDDEN: int
|
||||
ObjectIdType: int
|
||||
def OpenEncryptedFileRaw() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenFileById() -> typing.Any:
|
||||
...
|
||||
|
||||
PROGRESS_CANCEL: int
|
||||
PROGRESS_CONTINUE: int
|
||||
PROGRESS_QUIET: int
|
||||
PROGRESS_STOP: int
|
||||
PURGE_RXABORT: int
|
||||
PURGE_RXCLEAR: int
|
||||
PURGE_TXABORT: int
|
||||
PURGE_TXCLEAR: int
|
||||
def PostQueuedCompletionStatus() -> typing.Any:
|
||||
...
|
||||
|
||||
def PurgeComm() -> typing.Any:
|
||||
...
|
||||
|
||||
def QueryDosDevice() -> typing.Any:
|
||||
...
|
||||
|
||||
def QueryRecoveryAgentsOnEncryptedFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def QueryUsersOnEncryptedFile() -> typing.Any:
|
||||
...
|
||||
|
||||
REPLACEFILE_IGNORE_MERGE_ERRORS: int
|
||||
REPLACEFILE_WRITE_THROUGH: int
|
||||
RTS_CONTROL_DISABLE: int
|
||||
RTS_CONTROL_ENABLE: int
|
||||
RTS_CONTROL_HANDSHAKE: int
|
||||
RTS_CONTROL_TOGGLE: int
|
||||
def ReOpenFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def ReadDirectoryChangesW() -> typing.Any:
|
||||
...
|
||||
|
||||
def ReadEncryptedFileRaw() -> typing.Any:
|
||||
...
|
||||
|
||||
def ReadFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def RemoveDirectory() -> typing.Any:
|
||||
...
|
||||
|
||||
def RemoveUsersFromEncryptedFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def ReplaceFile() -> typing.Any:
|
||||
...
|
||||
|
||||
SCS_32BIT_BINARY: int
|
||||
SCS_DOS_BINARY: int
|
||||
SCS_OS216_BINARY: int
|
||||
SCS_PIF_BINARY: int
|
||||
SCS_POSIX_BINARY: int
|
||||
SCS_WOW_BINARY: int
|
||||
SECURITY_ANONYMOUS: int
|
||||
SECURITY_CONTEXT_TRACKING: int
|
||||
SECURITY_DELEGATION: int
|
||||
SECURITY_EFFECTIVE_ONLY: int
|
||||
SECURITY_IDENTIFICATION: int
|
||||
SECURITY_IMPERSONATION: int
|
||||
SETBREAK: int
|
||||
SETDTR: int
|
||||
SETRTS: int
|
||||
SETXOFF: int
|
||||
SETXON: int
|
||||
SO_CONNECT_TIME: int
|
||||
SO_UPDATE_ACCEPT_CONTEXT: int
|
||||
SO_UPDATE_CONNECT_CONTEXT: int
|
||||
SPACEPARITY: int
|
||||
SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE: int
|
||||
SYMBOLIC_LINK_FLAG_DIRECTORY: int
|
||||
def SetCommBreak() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetCommMask() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetCommState() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetCommTimeouts() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetCurrentDirectory() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetEndOfFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetFileApisToANSI() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetFileApisToOEM() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetFileAttributes() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetFileAttributesW() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetFileInformationByHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetFilePointer() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetFileShortName() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetFileTime() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetMailslotInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetVolumeLabel() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetVolumeMountPoint() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetupComm() -> typing.Any:
|
||||
...
|
||||
|
||||
def SfcGetNextProtectedFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def SfcIsFileProtected() -> typing.Any:
|
||||
...
|
||||
|
||||
TF_DISCONNECT: int
|
||||
TF_REUSE_SOCKET: int
|
||||
TF_USE_DEFAULT_WORKER: int
|
||||
TF_USE_KERNEL_APC: int
|
||||
TF_USE_SYSTEM_THREAD: int
|
||||
TF_WRITE_BEHIND: int
|
||||
TRUNCATE_EXISTING: int
|
||||
TWOSTOPBITS: int
|
||||
def TransmitCommChar() -> typing.Any:
|
||||
...
|
||||
|
||||
def TransmitFile() -> typing.Any:
|
||||
...
|
||||
|
||||
UNICODE: int
|
||||
def UnlockFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def UnlockFileEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def WSAAsyncSelect() -> typing.Any:
|
||||
...
|
||||
|
||||
WSAECONNABORTED: int
|
||||
WSAECONNRESET: int
|
||||
WSAEDISCON: int
|
||||
WSAEFAULT: int
|
||||
WSAEINPROGRESS: int
|
||||
WSAEINTR: int
|
||||
WSAEINVAL: int
|
||||
WSAEMSGSIZE: int
|
||||
WSAENETDOWN: int
|
||||
WSAENETRESET: int
|
||||
WSAENOBUFS: int
|
||||
WSAENOTCONN: int
|
||||
WSAENOTSOCK: int
|
||||
WSAEOPNOTSUPP: int
|
||||
WSAESHUTDOWN: int
|
||||
WSAEWOULDBLOCK: int
|
||||
def WSAEnumNetworkEvents() -> typing.Any:
|
||||
...
|
||||
|
||||
def WSAEventSelect() -> typing.Any:
|
||||
...
|
||||
|
||||
def WSARecv() -> typing.Any:
|
||||
...
|
||||
|
||||
def WSASend() -> typing.Any:
|
||||
...
|
||||
|
||||
WSA_IO_PENDING: int
|
||||
WSA_OPERATION_ABORTED: int
|
||||
def WaitCommEvent() -> typing.Any:
|
||||
...
|
||||
|
||||
def Wow64DisableWow64FsRedirection() -> typing.Any:
|
||||
...
|
||||
|
||||
def Wow64RevertWow64FsRedirection() -> typing.Any:
|
||||
...
|
||||
|
||||
def WriteEncryptedFileRaw() -> typing.Any:
|
||||
...
|
||||
|
||||
def WriteFile() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def _get_osfhandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def _getmaxstdio() -> typing.Any:
|
||||
...
|
||||
|
||||
def _open_osfhandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def _setmaxstdio() -> typing.Any:
|
||||
...
|
||||
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,211 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32help, version: unspecified
|
||||
# Module: win32help, version: unspecified
|
||||
|
||||
"A module, encapsulating the Win32 help API's."
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
|
||||
HHACT_BACK: int
|
||||
HHACT_CONTRACT: int
|
||||
HHACT_CUSTOMIZE: int
|
||||
HHACT_EXPAND: int
|
||||
HHACT_FORWARD: int
|
||||
HHACT_HIGHLIGHT: int
|
||||
HHACT_HOME: int
|
||||
HHACT_JUMP1: int
|
||||
HHACT_JUMP2: int
|
||||
HHACT_LAST_ENUM: int
|
||||
HHACT_NOTES: int
|
||||
HHACT_OPTIONS: int
|
||||
HHACT_PRINT: int
|
||||
HHACT_REFRESH: int
|
||||
HHACT_STOP: int
|
||||
HHACT_SYNC: int
|
||||
HHACT_TAB_CONTENTS: int
|
||||
HHACT_TAB_FAVORITES: int
|
||||
HHACT_TAB_HISTORY: int
|
||||
HHACT_TAB_INDEX: int
|
||||
HHACT_TAB_SEARCH: int
|
||||
HHACT_TOC_NEXT: int
|
||||
HHACT_TOC_PREV: int
|
||||
HHACT_ZOOM: int
|
||||
def HHNTRACK() -> typing.Any:
|
||||
...
|
||||
|
||||
HHN_FIRST: int
|
||||
HHN_LAST: int
|
||||
HHN_NAVCOMPLETE: int
|
||||
def HHN_NOTIFY() -> typing.Any:
|
||||
...
|
||||
|
||||
HHN_TRACK: int
|
||||
HHN_WINDOW_CREATE: int
|
||||
HHWIN_BUTTON_BACK: int
|
||||
HHWIN_BUTTON_BROWSE_BCK: int
|
||||
HHWIN_BUTTON_BROWSE_FWD: int
|
||||
HHWIN_BUTTON_CONTENTS: int
|
||||
HHWIN_BUTTON_EXPAND: int
|
||||
HHWIN_BUTTON_FAVORITES: int
|
||||
HHWIN_BUTTON_FORWARD: int
|
||||
HHWIN_BUTTON_HISTORY: int
|
||||
HHWIN_BUTTON_HOME: int
|
||||
HHWIN_BUTTON_INDEX: int
|
||||
HHWIN_BUTTON_JUMP1: int
|
||||
HHWIN_BUTTON_JUMP2: int
|
||||
HHWIN_BUTTON_NOTES: int
|
||||
HHWIN_BUTTON_OPTIONS: int
|
||||
HHWIN_BUTTON_PRINT: int
|
||||
HHWIN_BUTTON_REFRESH: int
|
||||
HHWIN_BUTTON_SEARCH: int
|
||||
HHWIN_BUTTON_STOP: int
|
||||
HHWIN_BUTTON_SYNC: int
|
||||
HHWIN_BUTTON_TOC_NEXT: int
|
||||
HHWIN_BUTTON_TOC_PREV: int
|
||||
HHWIN_BUTTON_ZOOM: int
|
||||
HHWIN_DEF_BUTTONS: int
|
||||
HHWIN_NAVTAB_BOTTOM: int
|
||||
HHWIN_NAVTAB_LEFT: int
|
||||
HHWIN_NAVTAB_TOP: int
|
||||
HHWIN_PARAM_CUR_TAB: int
|
||||
HHWIN_PARAM_EXPANSION: int
|
||||
HHWIN_PARAM_EXSTYLES: int
|
||||
HHWIN_PARAM_HISTORY_COUNT: int
|
||||
HHWIN_PARAM_INFOTYPES: int
|
||||
HHWIN_PARAM_NAV_WIDTH: int
|
||||
HHWIN_PARAM_PROPERTIES: int
|
||||
HHWIN_PARAM_RECT: int
|
||||
HHWIN_PARAM_SHOWSTATE: int
|
||||
HHWIN_PARAM_STYLES: int
|
||||
HHWIN_PARAM_TABORDER: int
|
||||
HHWIN_PARAM_TABPOS: int
|
||||
HHWIN_PARAM_TB_FLAGS: int
|
||||
HHWIN_PROP_AUTO_SYNC: int
|
||||
HHWIN_PROP_CHANGE_TITLE: int
|
||||
HHWIN_PROP_MENU: int
|
||||
HHWIN_PROP_NAV_ONLY_WIN: int
|
||||
HHWIN_PROP_NODEF_EXSTYLES: int
|
||||
HHWIN_PROP_NODEF_STYLES: int
|
||||
HHWIN_PROP_NOTB_TEXT: int
|
||||
HHWIN_PROP_NOTITLEBAR: int
|
||||
HHWIN_PROP_NO_TOOLBAR: int
|
||||
HHWIN_PROP_ONTOP: int
|
||||
HHWIN_PROP_POST_QUIT: int
|
||||
HHWIN_PROP_TAB_ADVSEARCH: int
|
||||
HHWIN_PROP_TAB_AUTOHIDESHOW: int
|
||||
HHWIN_PROP_TAB_CUSTOM1: int
|
||||
HHWIN_PROP_TAB_CUSTOM2: int
|
||||
HHWIN_PROP_TAB_CUSTOM3: int
|
||||
HHWIN_PROP_TAB_CUSTOM4: int
|
||||
HHWIN_PROP_TAB_CUSTOM5: int
|
||||
HHWIN_PROP_TAB_CUSTOM6: int
|
||||
HHWIN_PROP_TAB_CUSTOM7: int
|
||||
HHWIN_PROP_TAB_CUSTOM8: int
|
||||
HHWIN_PROP_TAB_CUSTOM9: int
|
||||
HHWIN_PROP_TAB_FAVORITES: int
|
||||
HHWIN_PROP_TAB_HISTORY: int
|
||||
HHWIN_PROP_TAB_SEARCH: int
|
||||
HHWIN_PROP_TRACKING: int
|
||||
HHWIN_PROP_TRI_PANE: int
|
||||
HHWIN_PROP_USER_POS: int
|
||||
HHWIN_TB_MARGIN: int
|
||||
def HH_AKLINK() -> typing.Any:
|
||||
...
|
||||
|
||||
HH_ALINK_LOOKUP: int
|
||||
HH_CLOSE_ALL: int
|
||||
HH_DISPLAY_INDEX: int
|
||||
HH_DISPLAY_SEARCH: int
|
||||
HH_DISPLAY_TEXT_POPUP: int
|
||||
HH_DISPLAY_TOC: int
|
||||
HH_DISPLAY_TOPIC: int
|
||||
HH_ENUM_CATEGORY: int
|
||||
HH_ENUM_CATEGORY_IT: int
|
||||
HH_ENUM_INFO_TYPE: int
|
||||
HH_FTS_DEFAULT_PROXIMITY: int
|
||||
def HH_FTS_QUERY() -> typing.Any:
|
||||
...
|
||||
|
||||
HH_GET_LAST_ERROR: int
|
||||
HH_GET_WIN_HANDLE: int
|
||||
HH_GET_WIN_TYPE: int
|
||||
HH_GPROPID_CONTENT_LANGUAGE: int
|
||||
HH_GPROPID_CURRENT_SUBSET: int
|
||||
HH_GPROPID_SINGLETHREAD: int
|
||||
HH_GPROPID_TOOLBAR_MARGIN: int
|
||||
HH_GPROPID_UI_LANGUAGE: int
|
||||
HH_HELP_CONTEXT: int
|
||||
HH_HELP_FINDER: int
|
||||
HH_INITIALIZE: int
|
||||
HH_KEYWORD_LOOKUP: int
|
||||
HH_MAX_TABS_CUSTOM: int
|
||||
def HH_POPUP() -> typing.Any:
|
||||
...
|
||||
|
||||
HH_PRETRANSLATEMESSAGE: int
|
||||
HH_RESERVED1: int
|
||||
HH_RESERVED2: int
|
||||
HH_RESERVED3: int
|
||||
HH_RESET_IT_FILTER: int
|
||||
HH_SET_EXCLUSIVE_FILTER: int
|
||||
HH_SET_GLOBAL_PROPERTY: int
|
||||
HH_SET_INCLUSIVE_FILTER: int
|
||||
HH_SET_INFO_TYPE: int
|
||||
HH_SET_WIN_TYPE: int
|
||||
HH_SYNC: int
|
||||
HH_TAB_AUTHOR: int
|
||||
HH_TAB_CONTENTS: int
|
||||
HH_TAB_CUSTOM_FIRST: int
|
||||
HH_TAB_CUSTOM_LAST: int
|
||||
HH_TAB_FAVORITES: int
|
||||
HH_TAB_HISTORY: int
|
||||
HH_TAB_INDEX: int
|
||||
HH_TAB_SEARCH: int
|
||||
HH_TP_HELP_CONTEXTMENU: int
|
||||
HH_TP_HELP_WM_HELP: int
|
||||
HH_UNINITIALIZE: int
|
||||
def HH_WINTYPE() -> typing.Any:
|
||||
...
|
||||
|
||||
def HtmlHelp() -> typing.Any:
|
||||
...
|
||||
|
||||
IDTB_BACK: int
|
||||
IDTB_BROWSE_BACK: int
|
||||
IDTB_BROWSE_FWD: int
|
||||
IDTB_CONTENTS: int
|
||||
IDTB_CONTRACT: int
|
||||
IDTB_CUSTOMIZE: int
|
||||
IDTB_EXPAND: int
|
||||
IDTB_FAVORITES: int
|
||||
IDTB_FORWARD: int
|
||||
IDTB_HISTORY: int
|
||||
IDTB_HOME: int
|
||||
IDTB_INDEX: int
|
||||
IDTB_JUMP1: int
|
||||
IDTB_JUMP2: int
|
||||
IDTB_NOTES: int
|
||||
IDTB_OPTIONS: int
|
||||
IDTB_PRINT: int
|
||||
IDTB_REFRESH: int
|
||||
IDTB_SEARCH: int
|
||||
IDTB_STOP: int
|
||||
IDTB_SYNC: int
|
||||
IDTB_TOC_NEXT: int
|
||||
IDTB_TOC_PREV: int
|
||||
IDTB_ZOOM: int
|
||||
def NMHDR() -> typing.Any:
|
||||
...
|
||||
|
||||
def WinHelp() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
debug: int
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,130 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32inet, version: unspecified
|
||||
# Module: win32inet, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def CommitUrlCacheEntry() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateUrlCacheEntry() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateUrlCacheGroup() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeleteUrlCacheEntry() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeleteUrlCacheGroup() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindCloseUrlCache() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindFirstUrlCacheEntry() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindFirstUrlCacheEntryEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindFirstUrlCacheGroup() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindNextUrlCacheEntry() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindNextUrlCacheEntryEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def FindNextUrlCacheGroup() -> typing.Any:
|
||||
...
|
||||
|
||||
def FtpCommand() -> typing.Any:
|
||||
...
|
||||
|
||||
def FtpOpenFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetUrlCacheEntryInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetUrlCacheGroupAttribute() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetAttemptConnect() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetCanonicalizeUrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetCheckConnection() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetCloseHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetConnect() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetGetCookie() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetGetLastResponseInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetGoOnline() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetOpen() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetOpenUrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetQueryOption() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetReadFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetSetCookie() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetSetOption() -> typing.Any:
|
||||
...
|
||||
|
||||
def InternetWriteFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetUrlCacheEntryGroup() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetUrlCacheGroupAttribute() -> typing.Any:
|
||||
...
|
||||
|
||||
UNICODE: int
|
||||
def WinHttpGetDefaultProxyConfiguration() -> typing.Any:
|
||||
...
|
||||
|
||||
def WinHttpGetIEProxyConfigForCurrentUser() -> typing.Any:
|
||||
...
|
||||
|
||||
def WinHttpGetProxyForUrl() -> typing.Any:
|
||||
...
|
||||
|
||||
def WinHttpOpen() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,104 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32job, version: unspecified
|
||||
# Module: win32job, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def AssignProcessToJobObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateJobObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def IsProcessInJob() -> typing.Any:
|
||||
...
|
||||
|
||||
JOB_OBJECT_ALL_ACCESS: int
|
||||
JOB_OBJECT_ASSIGN_PROCESS: int
|
||||
JOB_OBJECT_BASIC_LIMIT_VALID_FLAGS: int
|
||||
JOB_OBJECT_EXTENDED_LIMIT_VALID_FLAGS: int
|
||||
JOB_OBJECT_LIMIT_ACTIVE_PROCESS: int
|
||||
JOB_OBJECT_LIMIT_AFFINITY: int
|
||||
JOB_OBJECT_LIMIT_BREAKAWAY_OK: int
|
||||
JOB_OBJECT_LIMIT_DIE_ON_UNHANDLED_EXCEPTION: int
|
||||
JOB_OBJECT_LIMIT_JOB_MEMORY: int
|
||||
JOB_OBJECT_LIMIT_JOB_TIME: int
|
||||
JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE: int
|
||||
JOB_OBJECT_LIMIT_PRESERVE_JOB_TIME: int
|
||||
JOB_OBJECT_LIMIT_PRIORITY_CLASS: int
|
||||
JOB_OBJECT_LIMIT_PROCESS_MEMORY: int
|
||||
JOB_OBJECT_LIMIT_PROCESS_TIME: int
|
||||
JOB_OBJECT_LIMIT_SCHEDULING_CLASS: int
|
||||
JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK: int
|
||||
JOB_OBJECT_LIMIT_VALID_FLAGS: int
|
||||
JOB_OBJECT_LIMIT_WORKINGSET: int
|
||||
JOB_OBJECT_MSG_ABNORMAL_EXIT_PROCESS: int
|
||||
JOB_OBJECT_MSG_ACTIVE_PROCESS_LIMIT: int
|
||||
JOB_OBJECT_MSG_ACTIVE_PROCESS_ZERO: int
|
||||
JOB_OBJECT_MSG_END_OF_JOB_TIME: int
|
||||
JOB_OBJECT_MSG_END_OF_PROCESS_TIME: int
|
||||
JOB_OBJECT_MSG_EXIT_PROCESS: int
|
||||
JOB_OBJECT_MSG_JOB_MEMORY_LIMIT: int
|
||||
JOB_OBJECT_MSG_NEW_PROCESS: int
|
||||
JOB_OBJECT_MSG_PROCESS_MEMORY_LIMIT: int
|
||||
JOB_OBJECT_POST_AT_END_OF_JOB: int
|
||||
JOB_OBJECT_QUERY: int
|
||||
JOB_OBJECT_SECURITY_FILTER_TOKENS: int
|
||||
JOB_OBJECT_SECURITY_NO_ADMIN: int
|
||||
JOB_OBJECT_SECURITY_ONLY_TOKEN: int
|
||||
JOB_OBJECT_SECURITY_RESTRICTED_TOKEN: int
|
||||
JOB_OBJECT_SECURITY_VALID_FLAGS: int
|
||||
JOB_OBJECT_SET_ATTRIBUTES: int
|
||||
JOB_OBJECT_SET_SECURITY_ATTRIBUTES: int
|
||||
JOB_OBJECT_TERMINATE: int
|
||||
JOB_OBJECT_TERMINATE_AT_END_OF_JOB: int
|
||||
JOB_OBJECT_UILIMIT_ALL: int
|
||||
JOB_OBJECT_UILIMIT_DESKTOP: int
|
||||
JOB_OBJECT_UILIMIT_DISPLAYSETTINGS: int
|
||||
JOB_OBJECT_UILIMIT_EXITWINDOWS: int
|
||||
JOB_OBJECT_UILIMIT_GLOBALATOMS: int
|
||||
JOB_OBJECT_UILIMIT_HANDLES: int
|
||||
JOB_OBJECT_UILIMIT_NONE: int
|
||||
JOB_OBJECT_UILIMIT_READCLIPBOARD: int
|
||||
JOB_OBJECT_UILIMIT_SYSTEMPARAMETERS: int
|
||||
JOB_OBJECT_UILIMIT_WRITECLIPBOARD: int
|
||||
JOB_OBJECT_UI_VALID_FLAGS: int
|
||||
JobObjectAssociateCompletionPortInformation: int
|
||||
JobObjectBasicAccountingInformation: int
|
||||
JobObjectBasicAndIoAccountingInformation: int
|
||||
JobObjectBasicLimitInformation: int
|
||||
JobObjectBasicProcessIdList: int
|
||||
JobObjectBasicUIRestrictions: int
|
||||
JobObjectEndOfJobTimeInformation: int
|
||||
JobObjectExtendedLimitInformation: int
|
||||
JobObjectJobSetInformation: int
|
||||
JobObjectSecurityLimitInformation: int
|
||||
MaxJobObjectInfoClass: int
|
||||
def OpenJobObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def QueryInformationJobObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetInformationJobObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def TerminateJobObject() -> typing.Any:
|
||||
...
|
||||
|
||||
UNICODE: int
|
||||
def UserHandleGrantAccess() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32lz, version: unspecified
|
||||
# Module: win32lz, version: unspecified
|
||||
|
||||
'A module encapsulating the Windows LZ compression routines.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def Close() -> typing.Any:
|
||||
...
|
||||
|
||||
def Copy() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetExpandedName() -> typing.Any:
|
||||
...
|
||||
|
||||
def Init() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenFile() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,224 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32net, version: unspecified
|
||||
# Module: win32net, version: unspecified
|
||||
|
||||
'A module encapsulating the Windows Network API.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def NetFileClose() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetFileEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetFileGetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGetAnyDCName() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGetDCName() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGetJoinInformation() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGroupAdd() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGroupAddUser() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGroupDel() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGroupDelUser() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGroupEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGroupGetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGroupGetUsers() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGroupSetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetGroupSetUsers() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetLocalGroupAdd() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetLocalGroupAddMembers() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetLocalGroupDel() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetLocalGroupDelMembers() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetLocalGroupEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetLocalGroupGetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetLocalGroupGetMembers() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetLocalGroupSetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetLocalGroupSetMembers() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetMessageBufferSend() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetMessageNameAdd() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetMessageNameDel() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetMessageNameEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetServerComputerNameAdd() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetServerComputerNameDel() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetServerDiskEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetServerEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetServerGetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetServerSetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetSessionDel() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetSessionEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetSessionGetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetShareAdd() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetShareCheck() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetShareDel() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetShareEnum() -> typing.Any:
|
||||
'Obsolete Function,Level 1 call'
|
||||
...
|
||||
|
||||
def NetShareGetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetShareSetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetStatisticsGet() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUseAdd() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUseDel() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUseEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUseGetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUserAdd() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUserChangePassword() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUserDel() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUserEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUserGetGroups() -> typing.Any:
|
||||
'Updated - New Behavior'
|
||||
...
|
||||
|
||||
def NetUserGetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUserGetLocalGroups() -> typing.Any:
|
||||
'Updated - New Behavior'
|
||||
...
|
||||
|
||||
def NetUserModalsGet() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUserModalsSet() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetUserSetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetValidateName() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetValidatePasswordPolicy() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetWkstaGetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetWkstaSetInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetWkstaTransportAdd() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetWkstaTransportDel() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetWkstaTransportEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
def NetWkstaUserEnum() -> typing.Any:
|
||||
...
|
||||
|
||||
SERVICE_SERVER: str
|
||||
SERVICE_WORKSTATION: str
|
||||
USE_FORCE: int
|
||||
USE_LOTS_OF_FORCE: int
|
||||
USE_NOFORCE: int
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,124 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32pdh, version: unspecified
|
||||
# Module: win32pdh, version: unspecified
|
||||
|
||||
'A module, encapsulating the Windows Performance Data Helpers API'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def AddCounter() -> typing.Any:
|
||||
...
|
||||
|
||||
def AddEnglishCounter() -> typing.Any:
|
||||
...
|
||||
|
||||
def BrowseCounters() -> typing.Any:
|
||||
...
|
||||
|
||||
def CloseQuery() -> typing.Any:
|
||||
...
|
||||
|
||||
def CollectQueryData() -> typing.Any:
|
||||
...
|
||||
|
||||
def ConnectMachine() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumObjectItems() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumObjects() -> typing.Any:
|
||||
...
|
||||
|
||||
def ExpandCounterPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCounterInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFormattedCounterArray() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFormattedCounterValue() -> typing.Any:
|
||||
...
|
||||
|
||||
def LookupPerfIndexByName() -> typing.Any:
|
||||
...
|
||||
|
||||
def LookupPerfNameByIndex() -> typing.Any:
|
||||
...
|
||||
|
||||
def MakeCounterPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenQuery() -> typing.Any:
|
||||
...
|
||||
|
||||
PDH_FMT_1000: int
|
||||
PDH_FMT_ANSI: int
|
||||
PDH_FMT_DOUBLE: int
|
||||
PDH_FMT_LARGE: int
|
||||
PDH_FMT_LONG: int
|
||||
PDH_FMT_NODATA: int
|
||||
PDH_FMT_NOSCALE: int
|
||||
PDH_FMT_RAW: int
|
||||
PDH_FMT_UNICODE: int
|
||||
PDH_MAX_SCALE: int
|
||||
PDH_MIN_SCALE: int
|
||||
PDH_PATH_WBEM_INPUT: int
|
||||
PDH_PATH_WBEM_RESULT: int
|
||||
PDH_VERSION: int
|
||||
PERF_DETAIL_ADVANCED: int
|
||||
PERF_DETAIL_EXPERT: int
|
||||
PERF_DETAIL_NOVICE: int
|
||||
PERF_DETAIL_WIZARD: int
|
||||
def ParseCounterPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def ParseInstanceName() -> typing.Any:
|
||||
...
|
||||
|
||||
def RemoveCounter() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetCounterScaleFactor() -> typing.Any:
|
||||
...
|
||||
|
||||
def ValidatePath() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
class counter_status_error(_mod_builtins.Exception):
|
||||
__dict__: typing.Dict[str, typing.Any]
|
||||
def __init__(self, *args, **kwargs) -> None:
|
||||
...
|
||||
|
||||
@classmethod
|
||||
def __init_subclass__(cls) -> None:
|
||||
'This method is called when a class is subclassed.\n\nThe default implementation does nothing. It may be\noverridden to extend subclasses.\n'
|
||||
...
|
||||
|
||||
__module__: str
|
||||
@classmethod
|
||||
def __subclasshook__(cls, subclass: typing.Any) -> bool:
|
||||
'Abstract classes can override this to customize issubclass().\n\nThis is invoked early on by abc.ABCMeta.__subclasscheck__().\nIt should return True, False or NotImplemented. If it returns\nNotImplemented, the normal algorithm is used. Otherwise, it\noverrides the normal algorithm (and the outcome is cached).\n'
|
||||
...
|
||||
|
||||
@property
|
||||
def __weakref__(self) -> typing.Any:
|
||||
'list of weak references to the object (if defined)'
|
||||
...
|
||||
|
||||
def __getattr__(self, name) -> typing.Any:
|
||||
...
|
||||
|
||||
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,95 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32pipe, version: unspecified
|
||||
# Module: win32pipe, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def CallNamedPipe() -> typing.Any:
|
||||
...
|
||||
|
||||
def ConnectNamedPipe() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateNamedPipe() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreatePipe() -> typing.Any:
|
||||
...
|
||||
|
||||
def DisconnectNamedPipe() -> typing.Any:
|
||||
...
|
||||
|
||||
def FdCreatePipe() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetNamedPipeClientProcessId() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetNamedPipeClientSessionId() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetNamedPipeHandleState() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetNamedPipeInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetNamedPipeServerProcessId() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetNamedPipeServerSessionId() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetOverlappedResult() -> typing.Any:
|
||||
...
|
||||
|
||||
NMPWAIT_NOWAIT: int
|
||||
NMPWAIT_USE_DEFAULT_WAIT: int
|
||||
NMPWAIT_WAIT_FOREVER: int
|
||||
PIPE_ACCESS_DUPLEX: int
|
||||
PIPE_ACCESS_INBOUND: int
|
||||
PIPE_ACCESS_OUTBOUND: int
|
||||
PIPE_NOWAIT: int
|
||||
PIPE_READMODE_BYTE: int
|
||||
PIPE_READMODE_MESSAGE: int
|
||||
PIPE_TYPE_BYTE: int
|
||||
PIPE_TYPE_MESSAGE: int
|
||||
PIPE_UNLIMITED_INSTANCES: int
|
||||
PIPE_WAIT: int
|
||||
def PeekNamedPipe() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetNamedPipeHandleState() -> typing.Any:
|
||||
...
|
||||
|
||||
def TransactNamedPipe() -> typing.Any:
|
||||
...
|
||||
|
||||
UNICODE: int
|
||||
def WaitNamedPipe() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def popen() -> typing.Any:
|
||||
...
|
||||
|
||||
def popen2() -> typing.Any:
|
||||
...
|
||||
|
||||
def popen3() -> typing.Any:
|
||||
...
|
||||
|
||||
def popen4() -> typing.Any:
|
||||
...
|
||||
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,295 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32print, version: unspecified
|
||||
# Module: win32print, version: unspecified
|
||||
|
||||
'A module encapsulating the Windows printing API.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
|
||||
def AbortDoc() -> typing.Any:
|
||||
...
|
||||
|
||||
def AbortPrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def AddForm() -> typing.Any:
|
||||
...
|
||||
|
||||
def AddJob() -> typing.Any:
|
||||
...
|
||||
|
||||
def AddPrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def AddPrinterConnection() -> typing.Any:
|
||||
...
|
||||
|
||||
def ClosePrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
DEF_PRIORITY: int
|
||||
DI_APPBANDING: int
|
||||
DI_ROPS_READ_DESTINATION: int
|
||||
DPD_DELETE_ALL_FILES: int
|
||||
DPD_DELETE_SPECIFIC_VERSION: int
|
||||
DPD_DELETE_UNUSED_FILES: int
|
||||
DSPRINT_PENDING: int
|
||||
DSPRINT_PUBLISH: int
|
||||
DSPRINT_REPUBLISH: int
|
||||
DSPRINT_UNPUBLISH: int
|
||||
DSPRINT_UPDATE: int
|
||||
def DeleteForm() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeletePrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeletePrinterConnection() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeletePrinterDriver() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeletePrinterDriverEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def DeviceCapabilities() -> typing.Any:
|
||||
...
|
||||
|
||||
def DocumentProperties() -> typing.Any:
|
||||
...
|
||||
|
||||
def EndDoc() -> typing.Any:
|
||||
...
|
||||
|
||||
def EndDocPrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def EndPage() -> typing.Any:
|
||||
...
|
||||
|
||||
def EndPagePrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumForms() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumJobs() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumMonitors() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumPorts() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumPrintProcessorDatatypes() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumPrintProcessors() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumPrinterDrivers() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumPrinters() -> typing.Any:
|
||||
...
|
||||
|
||||
FORM_BUILTIN: int
|
||||
FORM_PRINTER: int
|
||||
FORM_USER: int
|
||||
def FlushPrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDefaultPrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDefaultPrinterW() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetDeviceCaps() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetForm() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetJob() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetPrintProcessorDirectory() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetPrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetPrinterDriverDirectory() -> typing.Any:
|
||||
...
|
||||
|
||||
JOB_ACCESS_ADMINISTER: int
|
||||
JOB_ACCESS_READ: int
|
||||
JOB_ALL_ACCESS: int
|
||||
JOB_CONTROL_CANCEL: int
|
||||
JOB_CONTROL_DELETE: int
|
||||
JOB_CONTROL_LAST_PAGE_EJECTED: int
|
||||
JOB_CONTROL_PAUSE: int
|
||||
JOB_CONTROL_RESTART: int
|
||||
JOB_CONTROL_RESUME: int
|
||||
JOB_CONTROL_SENT_TO_PRINTER: int
|
||||
JOB_EXECUTE: int
|
||||
JOB_INFO_1: int
|
||||
JOB_POSITION_UNSPECIFIED: int
|
||||
JOB_READ: int
|
||||
JOB_STATUS_BLOCKED_DEVQ: int
|
||||
JOB_STATUS_COMPLETE: int
|
||||
JOB_STATUS_DELETED: int
|
||||
JOB_STATUS_DELETING: int
|
||||
JOB_STATUS_ERROR: int
|
||||
JOB_STATUS_OFFLINE: int
|
||||
JOB_STATUS_PAPEROUT: int
|
||||
JOB_STATUS_PAUSED: int
|
||||
JOB_STATUS_PRINTED: int
|
||||
JOB_STATUS_PRINTING: int
|
||||
JOB_STATUS_RESTART: int
|
||||
JOB_STATUS_SPOOLING: int
|
||||
JOB_STATUS_USER_INTERVENTION: int
|
||||
JOB_WRITE: int
|
||||
MAX_PRIORITY: int
|
||||
MIN_PRIORITY: int
|
||||
def OpenPrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
PORT_STATUS_DOOR_OPEN: int
|
||||
PORT_STATUS_NO_TONER: int
|
||||
PORT_STATUS_OFFLINE: int
|
||||
PORT_STATUS_OUTPUT_BIN_FULL: int
|
||||
PORT_STATUS_OUT_OF_MEMORY: int
|
||||
PORT_STATUS_PAPER_JAM: int
|
||||
PORT_STATUS_PAPER_OUT: int
|
||||
PORT_STATUS_PAPER_PROBLEM: int
|
||||
PORT_STATUS_POWER_SAVE: int
|
||||
PORT_STATUS_TONER_LOW: int
|
||||
PORT_STATUS_TYPE_ERROR: int
|
||||
PORT_STATUS_TYPE_INFO: int
|
||||
PORT_STATUS_TYPE_WARNING: int
|
||||
PORT_STATUS_USER_INTERVENTION: int
|
||||
PORT_STATUS_WARMING_UP: int
|
||||
PORT_TYPE_NET_ATTACHED: int
|
||||
PORT_TYPE_READ: int
|
||||
PORT_TYPE_REDIRECTED: int
|
||||
PORT_TYPE_WRITE: int
|
||||
PRINTER_ACCESS_ADMINISTER: int
|
||||
PRINTER_ACCESS_USE: int
|
||||
PRINTER_ALL_ACCESS: int
|
||||
PRINTER_ATTRIBUTE_DEFAULT: int
|
||||
PRINTER_ATTRIBUTE_DIRECT: int
|
||||
PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST: int
|
||||
PRINTER_ATTRIBUTE_ENABLE_BIDI: int
|
||||
PRINTER_ATTRIBUTE_ENABLE_DEVQ: int
|
||||
PRINTER_ATTRIBUTE_FAX: int
|
||||
PRINTER_ATTRIBUTE_HIDDEN: int
|
||||
PRINTER_ATTRIBUTE_KEEPPRINTEDJOBS: int
|
||||
PRINTER_ATTRIBUTE_LOCAL: int
|
||||
PRINTER_ATTRIBUTE_NETWORK: int
|
||||
PRINTER_ATTRIBUTE_PUBLISHED: int
|
||||
PRINTER_ATTRIBUTE_QUEUED: int
|
||||
PRINTER_ATTRIBUTE_RAW_ONLY: int
|
||||
PRINTER_ATTRIBUTE_SHARED: int
|
||||
PRINTER_ATTRIBUTE_TS: int
|
||||
PRINTER_ATTRIBUTE_WORK_OFFLINE: int
|
||||
PRINTER_CONTROL_PAUSE: int
|
||||
PRINTER_CONTROL_PURGE: int
|
||||
PRINTER_CONTROL_RESUME: int
|
||||
PRINTER_CONTROL_SET_STATUS: int
|
||||
PRINTER_ENUM_CONNECTIONS: int
|
||||
PRINTER_ENUM_CONTAINER: int
|
||||
PRINTER_ENUM_DEFAULT: int
|
||||
PRINTER_ENUM_EXPAND: int
|
||||
PRINTER_ENUM_ICON1: int
|
||||
PRINTER_ENUM_ICON2: int
|
||||
PRINTER_ENUM_ICON3: int
|
||||
PRINTER_ENUM_ICON4: int
|
||||
PRINTER_ENUM_ICON5: int
|
||||
PRINTER_ENUM_ICON6: int
|
||||
PRINTER_ENUM_ICON7: int
|
||||
PRINTER_ENUM_ICON8: int
|
||||
PRINTER_ENUM_LOCAL: int
|
||||
PRINTER_ENUM_NAME: int
|
||||
PRINTER_ENUM_NETWORK: int
|
||||
PRINTER_ENUM_REMOTE: int
|
||||
PRINTER_ENUM_SHARED: int
|
||||
PRINTER_EXECUTE: int
|
||||
PRINTER_INFO_1: int
|
||||
PRINTER_READ: int
|
||||
PRINTER_STATUS_BUSY: int
|
||||
PRINTER_STATUS_DOOR_OPEN: int
|
||||
PRINTER_STATUS_ERROR: int
|
||||
PRINTER_STATUS_INITIALIZING: int
|
||||
PRINTER_STATUS_IO_ACTIVE: int
|
||||
PRINTER_STATUS_MANUAL_FEED: int
|
||||
PRINTER_STATUS_NOT_AVAILABLE: int
|
||||
PRINTER_STATUS_NO_TONER: int
|
||||
PRINTER_STATUS_OFFLINE: int
|
||||
PRINTER_STATUS_OUTPUT_BIN_FULL: int
|
||||
PRINTER_STATUS_OUT_OF_MEMORY: int
|
||||
PRINTER_STATUS_PAGE_PUNT: int
|
||||
PRINTER_STATUS_PAPER_JAM: int
|
||||
PRINTER_STATUS_PAPER_OUT: int
|
||||
PRINTER_STATUS_PAPER_PROBLEM: int
|
||||
PRINTER_STATUS_PAUSED: int
|
||||
PRINTER_STATUS_PENDING_DELETION: int
|
||||
PRINTER_STATUS_POWER_SAVE: int
|
||||
PRINTER_STATUS_PRINTING: int
|
||||
PRINTER_STATUS_PROCESSING: int
|
||||
PRINTER_STATUS_SERVER_UNKNOWN: int
|
||||
PRINTER_STATUS_TONER_LOW: int
|
||||
PRINTER_STATUS_USER_INTERVENTION: int
|
||||
PRINTER_STATUS_WAITING: int
|
||||
PRINTER_STATUS_WARMING_UP: int
|
||||
PRINTER_WRITE: int
|
||||
SERVER_ACCESS_ADMINISTER: int
|
||||
SERVER_ACCESS_ENUMERATE: int
|
||||
SERVER_ALL_ACCESS: int
|
||||
SERVER_EXECUTE: int
|
||||
SERVER_READ: int
|
||||
SERVER_WRITE: int
|
||||
def ScheduleJob() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetDefaultPrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetDefaultPrinterW() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetForm() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetJob() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetPrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def StartDoc() -> typing.Any:
|
||||
...
|
||||
|
||||
def StartDocPrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def StartPage() -> typing.Any:
|
||||
...
|
||||
|
||||
def StartPagePrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
def WritePrinter() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,211 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32process, version: unspecified
|
||||
# Module: win32process, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
ABOVE_NORMAL_PRIORITY_CLASS: int
|
||||
def AttachThreadInput() -> typing.Any:
|
||||
...
|
||||
|
||||
BELOW_NORMAL_PRIORITY_CLASS: int
|
||||
CREATE_BREAKAWAY_FROM_JOB: int
|
||||
CREATE_DEFAULT_ERROR_MODE: int
|
||||
CREATE_NEW_CONSOLE: int
|
||||
CREATE_NEW_PROCESS_GROUP: int
|
||||
CREATE_NO_WINDOW: int
|
||||
CREATE_PRESERVE_CODE_AUTHZ_LEVEL: int
|
||||
CREATE_SEPARATE_WOW_VDM: int
|
||||
CREATE_SHARED_WOW_VDM: int
|
||||
CREATE_SUSPENDED: int
|
||||
CREATE_UNICODE_ENVIRONMENT: int
|
||||
def CreateProcess() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateProcessAsUser() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateRemoteThread() -> typing.Any:
|
||||
...
|
||||
|
||||
DEBUG_ONLY_THIS_PROCESS: int
|
||||
DEBUG_PROCESS: int
|
||||
DETACHED_PROCESS: int
|
||||
def EnumProcessModules() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumProcessModulesEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumProcesses() -> typing.Any:
|
||||
...
|
||||
|
||||
def ExitProcess() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCurrentProcess() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetCurrentProcessId() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetExitCodeProcess() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetExitCodeThread() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetGuiResources() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetModuleFileNameEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetPriorityClass() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcessAffinityMask() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcessId() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcessIoCounters() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcessMemoryInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcessPriorityBoost() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcessShutdownParameters() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcessTimes() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcessVersion() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcessWindowStation() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcessWorkingSetSize() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetStartupInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetThreadIOPendingFlag() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetThreadPriority() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetThreadPriorityBoost() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetThreadTimes() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetWindowThreadProcessId() -> typing.Any:
|
||||
...
|
||||
|
||||
HIGH_PRIORITY_CLASS: int
|
||||
IDLE_PRIORITY_CLASS: int
|
||||
def IsWow64Process() -> typing.Any:
|
||||
...
|
||||
|
||||
LIST_MODULES_32BIT: int
|
||||
LIST_MODULES_64BIT: int
|
||||
LIST_MODULES_ALL: int
|
||||
LIST_MODULES_DEFAULT: int
|
||||
MAXIMUM_PROCESSORS: int
|
||||
NORMAL_PRIORITY_CLASS: int
|
||||
REALTIME_PRIORITY_CLASS: int
|
||||
def ReadProcessMemory() -> typing.Any:
|
||||
...
|
||||
|
||||
def ResumeThread() -> typing.Any:
|
||||
...
|
||||
|
||||
STARTF_FORCEOFFFEEDBACK: int
|
||||
STARTF_FORCEONFEEDBACK: int
|
||||
STARTF_RUNFULLSCREEN: int
|
||||
STARTF_USECOUNTCHARS: int
|
||||
STARTF_USEFILLATTRIBUTE: int
|
||||
STARTF_USEPOSITION: int
|
||||
STARTF_USESHOWWINDOW: int
|
||||
STARTF_USESIZE: int
|
||||
STARTF_USESTDHANDLES: int
|
||||
def STARTUPINFO() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetPriorityClass() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetProcessAffinityMask() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetProcessPriorityBoost() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetProcessShutdownParameters() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetProcessWorkingSetSize() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetThreadAffinityMask() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetThreadIdealProcessor() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetThreadPriority() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetThreadPriorityBoost() -> typing.Any:
|
||||
...
|
||||
|
||||
def SuspendThread() -> typing.Any:
|
||||
...
|
||||
|
||||
THREAD_MODE_BACKGROUND_BEGIN: int
|
||||
THREAD_MODE_BACKGROUND_END: int
|
||||
THREAD_PRIORITY_ABOVE_NORMAL: int
|
||||
THREAD_PRIORITY_BELOW_NORMAL: int
|
||||
THREAD_PRIORITY_HIGHEST: int
|
||||
THREAD_PRIORITY_IDLE: int
|
||||
THREAD_PRIORITY_LOWEST: int
|
||||
THREAD_PRIORITY_NORMAL: int
|
||||
THREAD_PRIORITY_TIME_CRITICAL: int
|
||||
def TerminateProcess() -> typing.Any:
|
||||
...
|
||||
|
||||
UNICODE: int
|
||||
def VirtualAllocEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def VirtualFreeEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def WriteProcessMemory() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def beginthreadex() -> typing.Any:
|
||||
...
|
||||
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,65 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32profile, version: unspecified
|
||||
# Module: win32profile, version: unspecified
|
||||
|
||||
'Interface to the User Profile Api.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
|
||||
def CreateEnvironmentBlock() -> typing.Any:
|
||||
'Retrieves environment variables for a user'
|
||||
...
|
||||
|
||||
def DeleteProfile() -> typing.Any:
|
||||
"Remove a user's profile"
|
||||
...
|
||||
|
||||
def ExpandEnvironmentStringsForUser() -> typing.Any:
|
||||
'Replaces environment variables in a string with per-user values'
|
||||
...
|
||||
|
||||
def GetAllUsersProfileDirectory() -> typing.Any:
|
||||
'Retrieve All Users profile directory'
|
||||
...
|
||||
|
||||
def GetDefaultUserProfileDirectory() -> typing.Any:
|
||||
'Retrieve profile path for Default user'
|
||||
...
|
||||
|
||||
def GetEnvironmentStrings() -> typing.Any:
|
||||
'Retrieves environment variables for current process'
|
||||
...
|
||||
|
||||
def GetProfileType() -> typing.Any:
|
||||
"Returns type of current user's profile"
|
||||
...
|
||||
|
||||
def GetProfilesDirectory() -> typing.Any:
|
||||
'Retrieves directory where user profiles are stored'
|
||||
...
|
||||
|
||||
def GetUserProfileDirectory() -> typing.Any:
|
||||
'Returns profile directory for a logon token'
|
||||
...
|
||||
|
||||
def LoadUserProfile() -> typing.Any:
|
||||
'Load user settings for a login token'
|
||||
...
|
||||
|
||||
PI_APPLYPOLICY: int
|
||||
PI_NOUI: int
|
||||
PT_MANDATORY: int
|
||||
PT_ROAMING: int
|
||||
PT_TEMPORARY: int
|
||||
def UnloadUserProfile() -> typing.Any:
|
||||
'Unload profile loaded by LoadUserProfile'
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,82 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32ras, version: unspecified
|
||||
# Module: win32ras, version: unspecified
|
||||
|
||||
'A module encapsulating the Windows Remote Access Service (RAS) API.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def CreatePhonebookEntry() -> typing.Any:
|
||||
...
|
||||
|
||||
def Dial() -> typing.Any:
|
||||
...
|
||||
|
||||
def EditPhonebookEntry() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumConnections() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumEntries() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetConnectStatus() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetEntryDialParams() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetErrorString() -> typing.Any:
|
||||
...
|
||||
|
||||
def HangUp() -> typing.Any:
|
||||
...
|
||||
|
||||
def IsHandleValid() -> typing.Any:
|
||||
...
|
||||
|
||||
RASCS_AllDevicesConnected: int
|
||||
RASCS_AuthAck: int
|
||||
RASCS_AuthCallback: int
|
||||
RASCS_AuthChangePassword: int
|
||||
RASCS_AuthLinkSpeed: int
|
||||
RASCS_AuthNotify: int
|
||||
RASCS_AuthProject: int
|
||||
RASCS_AuthRetry: int
|
||||
RASCS_Authenticate: int
|
||||
RASCS_Authenticated: int
|
||||
RASCS_CallbackComplete: int
|
||||
RASCS_CallbackSetByCaller: int
|
||||
RASCS_ConnectDevice: int
|
||||
RASCS_Connected: int
|
||||
RASCS_DeviceConnected: int
|
||||
RASCS_Disconnected: int
|
||||
RASCS_Interactive: int
|
||||
RASCS_LogonNetwork: int
|
||||
RASCS_OpenPort: int
|
||||
RASCS_PasswordExpired: int
|
||||
RASCS_PortOpened: int
|
||||
RASCS_PrepareForCallback: int
|
||||
RASCS_Projected: int
|
||||
RASCS_ReAuthenticate: int
|
||||
RASCS_RetryAuthentication: int
|
||||
RASCS_StartAuthentication: int
|
||||
RASCS_WaitForCallback: int
|
||||
RASCS_WaitForModemReset: int
|
||||
def RASDIALEXTENSIONS() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetEntryDialParams() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,673 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32security, version: unspecified
|
||||
# Module: win32security, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
ACCESS_ALLOWED_ACE_TYPE: int
|
||||
ACCESS_ALLOWED_OBJECT_ACE_TYPE: int
|
||||
ACCESS_DENIED_ACE_TYPE: int
|
||||
ACCESS_DENIED_OBJECT_ACE_TYPE: int
|
||||
def ACL() -> typing.Any:
|
||||
...
|
||||
|
||||
ACL_REVISION: int
|
||||
ACL_REVISION_DS: int
|
||||
def AcceptSecurityContext() -> typing.Any:
|
||||
...
|
||||
|
||||
def AcquireCredentialsHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def AdjustTokenGroups() -> typing.Any:
|
||||
...
|
||||
|
||||
def AdjustTokenPrivileges() -> typing.Any:
|
||||
...
|
||||
|
||||
def AllocateLocallyUniqueId() -> typing.Any:
|
||||
...
|
||||
|
||||
AuditCategoryAccountLogon: int
|
||||
AuditCategoryAccountManagement: int
|
||||
AuditCategoryDetailedTracking: int
|
||||
AuditCategoryDirectoryServiceAccess: int
|
||||
AuditCategoryLogon: int
|
||||
AuditCategoryObjectAccess: int
|
||||
AuditCategoryPolicyChange: int
|
||||
AuditCategoryPrivilegeUse: int
|
||||
AuditCategorySystem: int
|
||||
CONTAINER_INHERIT_ACE: int
|
||||
def CheckTokenMembership() -> typing.Any:
|
||||
...
|
||||
|
||||
def ConvertSecurityDescriptorToStringSecurityDescriptor() -> typing.Any:
|
||||
...
|
||||
|
||||
def ConvertSidToStringSid() -> typing.Any:
|
||||
...
|
||||
|
||||
def ConvertStringSecurityDescriptorToSecurityDescriptor() -> typing.Any:
|
||||
...
|
||||
|
||||
def ConvertStringSidToSid() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateRestrictedToken() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateWellKnownSid() -> typing.Any:
|
||||
...
|
||||
|
||||
CredHandleType = _mod_builtins.PyCredHandle
|
||||
def CryptEnumProviders() -> typing.Any:
|
||||
...
|
||||
|
||||
CtxtHandleType = _mod_builtins.PyCtxtHandle
|
||||
DACL_SECURITY_INFORMATION: int
|
||||
DENY_ACCESS: int
|
||||
DISABLE_MAX_PRIVILEGE: int
|
||||
DS_SPN_ADD_SPN_OP: int
|
||||
DS_SPN_DELETE_SPN_OP: int
|
||||
DS_SPN_DNS_HOST: int
|
||||
DS_SPN_DN_HOST: int
|
||||
DS_SPN_DOMAIN: int
|
||||
DS_SPN_NB_DOMAIN: int
|
||||
DS_SPN_NB_HOST: int
|
||||
DS_SPN_REPLACE_SPN_OP: int
|
||||
DS_SPN_SERVICE: int
|
||||
def DsBind() -> typing.Any:
|
||||
...
|
||||
|
||||
def DsCrackNames() -> typing.Any:
|
||||
...
|
||||
|
||||
def DsGetDcName() -> typing.Any:
|
||||
...
|
||||
|
||||
def DsGetSpn() -> typing.Any:
|
||||
...
|
||||
|
||||
def DsListDomainsInSite() -> typing.Any:
|
||||
...
|
||||
|
||||
def DsListInfoForServer() -> typing.Any:
|
||||
...
|
||||
|
||||
def DsListRoles() -> typing.Any:
|
||||
...
|
||||
|
||||
def DsListServersForDomainInSite() -> typing.Any:
|
||||
...
|
||||
|
||||
def DsListServersInSite() -> typing.Any:
|
||||
...
|
||||
|
||||
def DsListSites() -> typing.Any:
|
||||
...
|
||||
|
||||
def DsUnBind() -> typing.Any:
|
||||
...
|
||||
|
||||
def DsWriteAccountSpn() -> typing.Any:
|
||||
...
|
||||
|
||||
def DuplicateToken() -> typing.Any:
|
||||
...
|
||||
|
||||
def DuplicateTokenEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumerateSecurityPackages() -> typing.Any:
|
||||
...
|
||||
|
||||
FAILED_ACCESS_ACE_FLAG: int
|
||||
GRANT_ACCESS: int
|
||||
GROUP_SECURITY_INFORMATION: int
|
||||
def GetBinarySid() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetFileSecurity() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetKernelObjectSecurity() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetNamedSecurityInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetPolicyHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetSecurityInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetTokenInformation() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetUserObjectSecurity() -> typing.Any:
|
||||
...
|
||||
|
||||
INHERITED_ACE: int
|
||||
INHERIT_ONLY_ACE: int
|
||||
def ImpersonateAnonymousToken() -> typing.Any:
|
||||
...
|
||||
|
||||
def ImpersonateLoggedOnUser() -> typing.Any:
|
||||
...
|
||||
|
||||
def ImpersonateNamedPipeClient() -> typing.Any:
|
||||
...
|
||||
|
||||
def ImpersonateSelf() -> typing.Any:
|
||||
...
|
||||
|
||||
def InitializeSecurityContext() -> typing.Any:
|
||||
...
|
||||
|
||||
def IsTokenRestricted() -> typing.Any:
|
||||
...
|
||||
|
||||
LABEL_SECURITY_INFORMATION: int
|
||||
LOGON32_LOGON_BATCH: int
|
||||
LOGON32_LOGON_INTERACTIVE: int
|
||||
LOGON32_LOGON_NETWORK: int
|
||||
LOGON32_LOGON_NETWORK_CLEARTEXT: int
|
||||
LOGON32_LOGON_NEW_CREDENTIALS: int
|
||||
LOGON32_LOGON_SERVICE: int
|
||||
LOGON32_LOGON_UNLOCK: int
|
||||
LOGON32_PROVIDER_DEFAULT: int
|
||||
LOGON32_PROVIDER_WINNT35: int
|
||||
LOGON32_PROVIDER_WINNT40: int
|
||||
LOGON32_PROVIDER_WINNT50: int
|
||||
def LogonUser() -> typing.Any:
|
||||
...
|
||||
|
||||
def LogonUserEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def LookupAccountName() -> typing.Any:
|
||||
...
|
||||
|
||||
def LookupAccountSid() -> typing.Any:
|
||||
...
|
||||
|
||||
def LookupPrivilegeDisplayName() -> typing.Any:
|
||||
...
|
||||
|
||||
def LookupPrivilegeName() -> typing.Any:
|
||||
...
|
||||
|
||||
def LookupPrivilegeValue() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaAddAccountRights() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaCallAuthenticationPackage() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaClose() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaConnectUntrusted() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaDeregisterLogonProcess() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaEnumerateAccountRights() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaEnumerateAccountsWithUserRight() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaEnumerateLogonSessions() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaGetLogonSessionData() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaLookupAuthenticationPackage() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaOpenPolicy() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaQueryInformationPolicy() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaRegisterLogonProcess() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaRegisterPolicyChangeNotification() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaRemoveAccountRights() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaRetrievePrivateData() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaSetInformationPolicy() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaStorePrivateData() -> typing.Any:
|
||||
...
|
||||
|
||||
def LsaUnregisterPolicyChangeNotification() -> typing.Any:
|
||||
...
|
||||
|
||||
MICROSOFT_KERBEROS_NAME_A: bytes
|
||||
MSV1_0_PACKAGE_NAME: bytes
|
||||
def MapGenericMask() -> typing.Any:
|
||||
...
|
||||
|
||||
NOT_USED_ACCESS: int
|
||||
NO_INHERITANCE: int
|
||||
NO_PROPAGATE_INHERIT_ACE: int
|
||||
OBJECT_INHERIT_ACE: int
|
||||
OWNER_SECURITY_INFORMATION: int
|
||||
def OpenProcessToken() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenThreadToken() -> typing.Any:
|
||||
...
|
||||
|
||||
POLICY_ALL_ACCESS: int
|
||||
POLICY_AUDIT_EVENT_FAILURE: int
|
||||
POLICY_AUDIT_EVENT_NONE: int
|
||||
POLICY_AUDIT_EVENT_SUCCESS: int
|
||||
POLICY_AUDIT_EVENT_UNCHANGED: int
|
||||
POLICY_AUDIT_LOG_ADMIN: int
|
||||
POLICY_CREATE_ACCOUNT: int
|
||||
POLICY_CREATE_PRIVILEGE: int
|
||||
POLICY_CREATE_SECRET: int
|
||||
POLICY_EXECUTE: int
|
||||
POLICY_GET_PRIVATE_INFORMATION: int
|
||||
POLICY_LOOKUP_NAMES: int
|
||||
POLICY_NOTIFICATION: int
|
||||
POLICY_READ: int
|
||||
POLICY_SERVER_ADMIN: int
|
||||
POLICY_SET_AUDIT_REQUIREMENTS: int
|
||||
POLICY_SET_DEFAULT_QUOTA_LIMITS: int
|
||||
POLICY_TRUST_ADMIN: int
|
||||
POLICY_VIEW_AUDIT_INFORMATION: int
|
||||
POLICY_VIEW_LOCAL_INFORMATION: int
|
||||
POLICY_WRITE: int
|
||||
PROTECTED_DACL_SECURITY_INFORMATION: int
|
||||
PROTECTED_SACL_SECURITY_INFORMATION: int
|
||||
PolicyAccountDomainInformation: int
|
||||
PolicyAuditEventsInformation: int
|
||||
PolicyAuditFullQueryInformation: int
|
||||
PolicyAuditFullSetInformation: int
|
||||
PolicyAuditLogInformation: int
|
||||
PolicyDefaultQuotaInformation: int
|
||||
PolicyDnsDomainInformation: int
|
||||
PolicyLsaServerRoleInformation: int
|
||||
PolicyModificationInformation: int
|
||||
PolicyNotifyAccountDomainInformation: int
|
||||
PolicyNotifyAuditEventsInformation: int
|
||||
PolicyNotifyDnsDomainInformation: int
|
||||
PolicyNotifyDomainEfsInformation: int
|
||||
PolicyNotifyDomainKerberosTicketInformation: int
|
||||
PolicyNotifyMachineAccountPasswordInformation: int
|
||||
PolicyNotifyServerRoleInformation: int
|
||||
PolicyPdAccountInformation: int
|
||||
PolicyPrimaryDomainInformation: int
|
||||
PolicyReplicaSourceInformation: int
|
||||
PolicyServerDisabled: int
|
||||
PolicyServerEnabled: int
|
||||
PolicyServerRoleBackup: int
|
||||
PolicyServerRolePrimary: int
|
||||
PyCredHandleType = _mod_builtins.PyCredHandle
|
||||
PyCtxtHandleType = _mod_builtins.PyCtxtHandle
|
||||
PySecBufferDescType = _mod_builtins.PySecBufferDesc
|
||||
PySecBufferType = _mod_builtins.PySecBuffer
|
||||
def QuerySecurityPackageInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
REVOKE_ACCESS: int
|
||||
def RevertToSelf() -> typing.Any:
|
||||
...
|
||||
|
||||
SACL_SECURITY_INFORMATION: int
|
||||
SANDBOX_INERT: int
|
||||
SDDL_REVISION_1: int
|
||||
SECPKG_CRED_BOTH: int
|
||||
SECPKG_CRED_INBOUND: int
|
||||
SECPKG_CRED_OUTBOUND: int
|
||||
SECPKG_FLAG_ACCEPT_WIN32_NAME: int
|
||||
SECPKG_FLAG_CLIENT_ONLY: int
|
||||
SECPKG_FLAG_CONNECTION: int
|
||||
SECPKG_FLAG_DATAGRAM: int
|
||||
SECPKG_FLAG_EXTENDED_ERROR: int
|
||||
SECPKG_FLAG_IMPERSONATION: int
|
||||
SECPKG_FLAG_INTEGRITY: int
|
||||
SECPKG_FLAG_MULTI_REQUIRED: int
|
||||
SECPKG_FLAG_PRIVACY: int
|
||||
SECPKG_FLAG_STREAM: int
|
||||
SECPKG_FLAG_TOKEN_ONLY: int
|
||||
def SECURITY_ATTRIBUTES() -> typing.Any:
|
||||
...
|
||||
|
||||
SECURITY_CREATOR_SID_AUTHORITY: int
|
||||
def SECURITY_DESCRIPTOR() -> typing.Any:
|
||||
...
|
||||
|
||||
SECURITY_LOCAL_SID_AUTHORITY: int
|
||||
SECURITY_NON_UNIQUE_AUTHORITY: int
|
||||
SECURITY_NT_AUTHORITY: int
|
||||
SECURITY_NULL_SID_AUTHORITY: int
|
||||
SECURITY_RESOURCE_MANAGER_AUTHORITY: int
|
||||
SECURITY_WORLD_SID_AUTHORITY: int
|
||||
SET_ACCESS: int
|
||||
SET_AUDIT_FAILURE: int
|
||||
SET_AUDIT_SUCCESS: int
|
||||
SE_ASSIGNPRIMARYTOKEN_NAME: str
|
||||
SE_AUDIT_NAME: str
|
||||
SE_BACKUP_NAME: str
|
||||
SE_BATCH_LOGON_NAME: str
|
||||
SE_CHANGE_NOTIFY_NAME: str
|
||||
SE_CREATE_GLOBAL_NAME: str
|
||||
SE_CREATE_PAGEFILE_NAME: str
|
||||
SE_CREATE_PERMANENT_NAME: str
|
||||
SE_CREATE_SYMBOLIC_LINK_NAME: str
|
||||
SE_CREATE_TOKEN_NAME: str
|
||||
SE_DACL_AUTO_INHERITED: int
|
||||
SE_DACL_DEFAULTED: int
|
||||
SE_DACL_PRESENT: int
|
||||
SE_DACL_PROTECTED: int
|
||||
SE_DEBUG_NAME: str
|
||||
SE_DENY_BATCH_LOGON_NAME: str
|
||||
SE_DENY_INTERACTIVE_LOGON_NAME: str
|
||||
SE_DENY_NETWORK_LOGON_NAME: str
|
||||
SE_DENY_REMOTE_INTERACTIVE_LOGON_NAME: str
|
||||
SE_DENY_SERVICE_LOGON_NAME: str
|
||||
SE_DS_OBJECT: int
|
||||
SE_DS_OBJECT_ALL: int
|
||||
SE_ENABLE_DELEGATION_NAME: str
|
||||
SE_FILE_OBJECT: int
|
||||
SE_GROUP_DEFAULTED: int
|
||||
SE_GROUP_ENABLED: int
|
||||
SE_GROUP_ENABLED_BY_DEFAULT: int
|
||||
SE_GROUP_INTEGRITY: int
|
||||
SE_GROUP_INTEGRITY_ENABLED: int
|
||||
SE_GROUP_LOGON_ID: int
|
||||
SE_GROUP_MANDATORY: int
|
||||
SE_GROUP_OWNER: int
|
||||
SE_GROUP_RESOURCE: int
|
||||
SE_GROUP_USE_FOR_DENY_ONLY: int
|
||||
SE_IMPERSONATE_NAME: str
|
||||
SE_INCREASE_QUOTA_NAME: str
|
||||
SE_INC_BASE_PRIORITY_NAME: str
|
||||
SE_INC_WORKING_SET_NAME: str
|
||||
SE_INTERACTIVE_LOGON_NAME: str
|
||||
SE_KERNEL_OBJECT: int
|
||||
SE_LMSHARE: int
|
||||
SE_LOAD_DRIVER_NAME: str
|
||||
SE_LOCK_MEMORY_NAME: str
|
||||
SE_MACHINE_ACCOUNT_NAME: str
|
||||
SE_MANAGE_VOLUME_NAME: str
|
||||
SE_NETWORK_LOGON_NAME: str
|
||||
SE_OWNER_DEFAULTED: int
|
||||
SE_PRINTER: int
|
||||
SE_PRIVILEGE_ENABLED: int
|
||||
SE_PRIVILEGE_ENABLED_BY_DEFAULT: int
|
||||
SE_PRIVILEGE_REMOVED: int
|
||||
SE_PRIVILEGE_USED_FOR_ACCESS: int
|
||||
SE_PROF_SINGLE_PROCESS_NAME: str
|
||||
SE_PROVIDER_DEFINED_OBJECT: int
|
||||
SE_REGISTRY_KEY: int
|
||||
SE_REGISTRY_WOW64_32KEY: int
|
||||
SE_RELABEL_NAME: str
|
||||
SE_REMOTE_INTERACTIVE_LOGON_NAME: str
|
||||
SE_REMOTE_SHUTDOWN_NAME: str
|
||||
SE_RESTORE_NAME: str
|
||||
SE_SACL_AUTO_INHERITED: int
|
||||
SE_SACL_DEFAULTED: int
|
||||
SE_SACL_PRESENT: int
|
||||
SE_SACL_PROTECTED: int
|
||||
SE_SECURITY_NAME: str
|
||||
SE_SELF_RELATIVE: int
|
||||
SE_SERVICE: int
|
||||
SE_SERVICE_LOGON_NAME: str
|
||||
SE_SHUTDOWN_NAME: str
|
||||
SE_SYNC_AGENT_NAME: str
|
||||
SE_SYSTEMTIME_NAME: str
|
||||
SE_SYSTEM_ENVIRONMENT_NAME: str
|
||||
SE_SYSTEM_PROFILE_NAME: str
|
||||
SE_TAKE_OWNERSHIP_NAME: str
|
||||
SE_TCB_NAME: str
|
||||
SE_TIME_ZONE_NAME: str
|
||||
SE_TRUSTED_CREDMAN_ACCESS_NAME: str
|
||||
SE_UNDOCK_NAME: str
|
||||
SE_UNKNOWN_OBJECT_TYPE: int
|
||||
SE_UNSOLICITED_INPUT_NAME: str
|
||||
SE_WINDOW_OBJECT: int
|
||||
SE_WMIGUID_OBJECT: int
|
||||
def SID() -> typing.Any:
|
||||
...
|
||||
|
||||
STYPE_DEVICE: int
|
||||
STYPE_DISKTREE: int
|
||||
STYPE_IPC: int
|
||||
STYPE_PRINTQ: int
|
||||
STYPE_SPECIAL: int
|
||||
STYPE_TEMPORARY: int
|
||||
SUB_CONTAINERS_AND_OBJECTS_INHERIT: int
|
||||
SUB_CONTAINERS_ONLY_INHERIT: int
|
||||
SUB_OBJECTS_ONLY_INHERIT: int
|
||||
SUCCESSFUL_ACCESS_ACE_FLAG: int
|
||||
SYSTEM_AUDIT_ACE_TYPE: int
|
||||
SYSTEM_AUDIT_OBJECT_ACE_TYPE: int
|
||||
SYSTEM_MANDATORY_LABEL_NO_EXECUTE_UP: int
|
||||
SYSTEM_MANDATORY_LABEL_NO_READ_UP: int
|
||||
SYSTEM_MANDATORY_LABEL_NO_WRITE_UP: int
|
||||
SYSTEM_MANDATORY_LABEL_VALID_MASK: int
|
||||
SecBufferDescType = _mod_builtins.PySecBufferDesc
|
||||
SecBufferType = _mod_builtins.PySecBuffer
|
||||
SecurityAnonymous: int
|
||||
SecurityDelegation: int
|
||||
SecurityIdentification: int
|
||||
SecurityImpersonation: int
|
||||
def SetFileSecurity() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetKernelObjectSecurity() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetNamedSecurityInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetSecurityInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetThreadToken() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetTokenInformation() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetUserObjectSecurity() -> typing.Any:
|
||||
...
|
||||
|
||||
SidTypeAlias: int
|
||||
SidTypeComputer: int
|
||||
SidTypeDeletedAccount: int
|
||||
SidTypeDomain: int
|
||||
SidTypeGroup: int
|
||||
SidTypeInvalid: int
|
||||
SidTypeUnknown: int
|
||||
SidTypeUser: int
|
||||
SidTypeWellKnownGroup: int
|
||||
TOKEN_ADJUST_DEFAULT: int
|
||||
TOKEN_ADJUST_GROUPS: int
|
||||
TOKEN_ADJUST_PRIVILEGES: int
|
||||
TOKEN_ALL_ACCESS: int
|
||||
TOKEN_ASSIGN_PRIMARY: int
|
||||
TOKEN_DUPLICATE: int
|
||||
TOKEN_EXECUTE: int
|
||||
TOKEN_IMPERSONATE: int
|
||||
TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN: int
|
||||
TOKEN_MANDATORY_POLICY_NO_WRITE_UP: int
|
||||
TOKEN_MANDATORY_POLICY_OFF: int
|
||||
TOKEN_MANDATORY_POLICY_VALID_MASK: int
|
||||
TOKEN_QUERY: int
|
||||
TOKEN_QUERY_SOURCE: int
|
||||
TOKEN_READ: int
|
||||
TOKEN_WRITE: int
|
||||
TRUSTEE_BAD_FORM: int
|
||||
TRUSTEE_IS_ALIAS: int
|
||||
TRUSTEE_IS_COMPUTER: int
|
||||
TRUSTEE_IS_DELETED: int
|
||||
TRUSTEE_IS_DOMAIN: int
|
||||
TRUSTEE_IS_GROUP: int
|
||||
TRUSTEE_IS_INVALID: int
|
||||
TRUSTEE_IS_NAME: int
|
||||
TRUSTEE_IS_OBJECTS_AND_NAME: int
|
||||
TRUSTEE_IS_OBJECTS_AND_SID: int
|
||||
TRUSTEE_IS_SID: int
|
||||
TRUSTEE_IS_UNKNOWN: int
|
||||
TRUSTEE_IS_USER: int
|
||||
TRUSTEE_IS_WELL_KNOWN_GROUP: int
|
||||
TokenAccessInformation: int
|
||||
TokenAuditPolicy: int
|
||||
TokenDefaultDacl: int
|
||||
TokenElevation: int
|
||||
TokenElevationType: int
|
||||
TokenElevationTypeDefault: int
|
||||
TokenElevationTypeFull: int
|
||||
TokenElevationTypeLimited: int
|
||||
TokenGroups: int
|
||||
TokenGroupsAndPrivileges: int
|
||||
TokenHasRestrictions: int
|
||||
TokenImpersonation: int
|
||||
TokenImpersonationLevel: int
|
||||
TokenIntegrityLevel: int
|
||||
TokenLinkedToken: int
|
||||
TokenLogonSid: int
|
||||
TokenMandatoryPolicy: int
|
||||
TokenOrigin: int
|
||||
TokenOwner: int
|
||||
TokenPrimary: int
|
||||
TokenPrimaryGroup: int
|
||||
TokenPrivileges: int
|
||||
TokenRestrictedSids: int
|
||||
TokenSandBoxInert: int
|
||||
TokenSessionId: int
|
||||
TokenSessionReference: int
|
||||
TokenSource: int
|
||||
TokenStatistics: int
|
||||
TokenType: int
|
||||
TokenUIAccess: int
|
||||
TokenUser: int
|
||||
TokenVirtualizationAllowed: int
|
||||
TokenVirtualizationEnabled: int
|
||||
def TranslateName() -> typing.Any:
|
||||
...
|
||||
|
||||
TrustedControllersInformation: int
|
||||
TrustedDomainAuthInformation: int
|
||||
TrustedDomainAuthInformationInternal: int
|
||||
TrustedDomainFullInformation: int
|
||||
TrustedDomainFullInformation2Internal: int
|
||||
TrustedDomainFullInformationInternal: int
|
||||
TrustedDomainInformationBasic: int
|
||||
TrustedDomainInformationEx: int
|
||||
TrustedDomainInformationEx2Internal: int
|
||||
TrustedDomainNameInformation: int
|
||||
TrustedPasswordInformation: int
|
||||
TrustedPosixOffsetInformation: int
|
||||
UNICODE: int
|
||||
UNPROTECTED_DACL_SECURITY_INFORMATION: int
|
||||
UNPROTECTED_SACL_SECURITY_INFORMATION: int
|
||||
WinAccountAdministratorSid: int
|
||||
WinAccountCertAdminsSid: int
|
||||
WinAccountComputersSid: int
|
||||
WinAccountControllersSid: int
|
||||
WinAccountDomainAdminsSid: int
|
||||
WinAccountDomainGuestsSid: int
|
||||
WinAccountDomainUsersSid: int
|
||||
WinAccountEnterpriseAdminsSid: int
|
||||
WinAccountGuestSid: int
|
||||
WinAccountKrbtgtSid: int
|
||||
WinAccountPolicyAdminsSid: int
|
||||
WinAccountRasAndIasServersSid: int
|
||||
WinAccountReadonlyControllersSid: int
|
||||
WinAccountSchemaAdminsSid: int
|
||||
WinAnonymousSid: int
|
||||
WinAuthenticatedUserSid: int
|
||||
WinBatchSid: int
|
||||
WinBuiltinAccountOperatorsSid: int
|
||||
WinBuiltinAdministratorsSid: int
|
||||
WinBuiltinAuthorizationAccessSid: int
|
||||
WinBuiltinBackupOperatorsSid: int
|
||||
WinBuiltinCryptoOperatorsSid: int
|
||||
WinBuiltinDCOMUsersSid: int
|
||||
WinBuiltinDomainSid: int
|
||||
WinBuiltinEventLogReadersGroup: int
|
||||
WinBuiltinGuestsSid: int
|
||||
WinBuiltinIUsersSid: int
|
||||
WinBuiltinIncomingForestTrustBuildersSid: int
|
||||
WinBuiltinNetworkConfigurationOperatorsSid: int
|
||||
WinBuiltinPerfLoggingUsersSid: int
|
||||
WinBuiltinPerfMonitoringUsersSid: int
|
||||
WinBuiltinPowerUsersSid: int
|
||||
WinBuiltinPreWindows2000CompatibleAccessSid: int
|
||||
WinBuiltinPrintOperatorsSid: int
|
||||
WinBuiltinRemoteDesktopUsersSid: int
|
||||
WinBuiltinReplicatorSid: int
|
||||
WinBuiltinSystemOperatorsSid: int
|
||||
WinBuiltinTerminalServerLicenseServersSid: int
|
||||
WinBuiltinUsersSid: int
|
||||
WinCacheablePrincipalsGroupSid: int
|
||||
WinCreatorGroupServerSid: int
|
||||
WinCreatorGroupSid: int
|
||||
WinCreatorOwnerRightsSid: int
|
||||
WinCreatorOwnerServerSid: int
|
||||
WinCreatorOwnerSid: int
|
||||
WinDialupSid: int
|
||||
WinDigestAuthenticationSid: int
|
||||
WinEnterpriseControllersSid: int
|
||||
WinEnterpriseReadonlyControllersSid: int
|
||||
WinHighLabelSid: int
|
||||
WinIUserSid: int
|
||||
WinInteractiveSid: int
|
||||
WinLocalServiceSid: int
|
||||
WinLocalSid: int
|
||||
WinLocalSystemSid: int
|
||||
WinLogonIdsSid: int
|
||||
WinLowLabelSid: int
|
||||
WinMediumLabelSid: int
|
||||
WinNTLMAuthenticationSid: int
|
||||
WinNetworkServiceSid: int
|
||||
WinNetworkSid: int
|
||||
WinNonCacheablePrincipalsGroupSid: int
|
||||
WinNtAuthoritySid: int
|
||||
WinNullSid: int
|
||||
WinOtherOrganizationSid: int
|
||||
WinProxySid: int
|
||||
WinRemoteLogonIdSid: int
|
||||
WinRestrictedCodeSid: int
|
||||
WinSChannelAuthenticationSid: int
|
||||
WinSelfSid: int
|
||||
WinServiceSid: int
|
||||
WinSystemLabelSid: int
|
||||
WinTerminalServerSid: int
|
||||
WinThisOrganizationSid: int
|
||||
WinUntrustedLabelSid: int
|
||||
WinWorldSid: int
|
||||
WinWriteRestrictedCodeSid: int
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,224 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32service, version: unspecified
|
||||
# Module: win32service, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def ChangeServiceConfig() -> typing.Any:
|
||||
...
|
||||
|
||||
def ChangeServiceConfig2() -> typing.Any:
|
||||
...
|
||||
|
||||
def CloseServiceHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def ControlService() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateDesktop() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateService() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateWindowStation() -> typing.Any:
|
||||
...
|
||||
|
||||
DBT_CONFIGCHANGECANCELED: int
|
||||
DBT_CONFIGCHANGED: int
|
||||
DBT_CUSTOMEVENT: int
|
||||
DBT_DEVICEARRIVAL: int
|
||||
DBT_DEVICEQUERYREMOVE: int
|
||||
DBT_DEVICEQUERYREMOVEFAILED: int
|
||||
DBT_DEVICEREMOVECOMPLETE: int
|
||||
DBT_DEVICEREMOVEPENDING: int
|
||||
DBT_DEVICETYPESPECIFIC: int
|
||||
DBT_QUERYCHANGECONFIG: int
|
||||
DF_ALLOWOTHERACCOUNTHOOK: int
|
||||
def DeleteService() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumDependentServices() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumServicesStatus() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumServicesStatusEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def EnumWindowStations() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetProcessWindowStation() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetServiceDisplayName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetServiceKeyName() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetThreadDesktop() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetUserObjectInformation() -> typing.Any:
|
||||
...
|
||||
|
||||
HDESKType = _mod_builtins.PyHDESK
|
||||
HWINSTAType = _mod_builtins.PyHWINSTA
|
||||
def LockServiceDatabase() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenDesktop() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenInputDesktop() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenSCManager() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenService() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenWindowStation() -> typing.Any:
|
||||
...
|
||||
|
||||
def QueryServiceConfig() -> typing.Any:
|
||||
...
|
||||
|
||||
def QueryServiceConfig2() -> typing.Any:
|
||||
...
|
||||
|
||||
def QueryServiceLockStatus() -> typing.Any:
|
||||
...
|
||||
|
||||
def QueryServiceObjectSecurity() -> typing.Any:
|
||||
...
|
||||
|
||||
def QueryServiceStatus() -> typing.Any:
|
||||
...
|
||||
|
||||
def QueryServiceStatusEx() -> typing.Any:
|
||||
...
|
||||
|
||||
SC_ACTION_NONE: int
|
||||
SC_ACTION_REBOOT: int
|
||||
SC_ACTION_RESTART: int
|
||||
SC_ACTION_RUN_COMMAND: int
|
||||
SC_ENUM_PROCESS_INFO: int
|
||||
SC_GROUP_IDENTIFIER: int
|
||||
SC_MANAGER_ALL_ACCESS: int
|
||||
SC_MANAGER_CONNECT: int
|
||||
SC_MANAGER_CREATE_SERVICE: int
|
||||
SC_MANAGER_ENUMERATE_SERVICE: int
|
||||
SC_MANAGER_LOCK: int
|
||||
SC_MANAGER_MODIFY_BOOT_CONFIG: int
|
||||
SC_MANAGER_QUERY_LOCK_STATUS: int
|
||||
SERVICE_ACCEPT_HARDWAREPROFILECHANGE: int
|
||||
SERVICE_ACCEPT_NETBINDCHANGE: int
|
||||
SERVICE_ACCEPT_PARAMCHANGE: int
|
||||
SERVICE_ACCEPT_PAUSE_CONTINUE: int
|
||||
SERVICE_ACCEPT_POWEREVENT: int
|
||||
SERVICE_ACCEPT_PRESHUTDOWN: int
|
||||
SERVICE_ACCEPT_SESSIONCHANGE: int
|
||||
SERVICE_ACCEPT_SHUTDOWN: int
|
||||
SERVICE_ACCEPT_STOP: int
|
||||
SERVICE_ACTIVE: int
|
||||
SERVICE_ALL_ACCESS: int
|
||||
SERVICE_AUTO_START: int
|
||||
SERVICE_BOOT_START: int
|
||||
SERVICE_CHANGE_CONFIG: int
|
||||
SERVICE_CONFIG_DELAYED_AUTO_START_INFO: int
|
||||
SERVICE_CONFIG_DESCRIPTION: int
|
||||
SERVICE_CONFIG_FAILURE_ACTIONS: int
|
||||
SERVICE_CONFIG_FAILURE_ACTIONS_FLAG: int
|
||||
SERVICE_CONFIG_PRESHUTDOWN_INFO: int
|
||||
SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO: int
|
||||
SERVICE_CONFIG_SERVICE_SID_INFO: int
|
||||
SERVICE_CONTINUE_PENDING: int
|
||||
SERVICE_CONTROL_CONTINUE: int
|
||||
SERVICE_CONTROL_DEVICEEVENT: int
|
||||
SERVICE_CONTROL_HARDWAREPROFILECHANGE: int
|
||||
SERVICE_CONTROL_INTERROGATE: int
|
||||
SERVICE_CONTROL_NETBINDADD: int
|
||||
SERVICE_CONTROL_NETBINDDISABLE: int
|
||||
SERVICE_CONTROL_NETBINDENABLE: int
|
||||
SERVICE_CONTROL_NETBINDREMOVE: int
|
||||
SERVICE_CONTROL_PARAMCHANGE: int
|
||||
SERVICE_CONTROL_PAUSE: int
|
||||
SERVICE_CONTROL_POWEREVENT: int
|
||||
SERVICE_CONTROL_PRESHUTDOWN: int
|
||||
SERVICE_CONTROL_SESSIONCHANGE: int
|
||||
SERVICE_CONTROL_SHUTDOWN: int
|
||||
SERVICE_CONTROL_STOP: int
|
||||
SERVICE_DEMAND_START: int
|
||||
SERVICE_DISABLED: int
|
||||
SERVICE_DRIVER: int
|
||||
SERVICE_ENUMERATE_DEPENDENTS: int
|
||||
SERVICE_ERROR_CRITICAL: int
|
||||
SERVICE_ERROR_IGNORE: int
|
||||
SERVICE_ERROR_NORMAL: int
|
||||
SERVICE_ERROR_SEVERE: int
|
||||
SERVICE_FILE_SYSTEM_DRIVER: int
|
||||
SERVICE_INACTIVE: int
|
||||
SERVICE_INTERACTIVE_PROCESS: int
|
||||
SERVICE_INTERROGATE: int
|
||||
SERVICE_KERNEL_DRIVER: int
|
||||
SERVICE_NO_CHANGE: int
|
||||
SERVICE_PAUSED: int
|
||||
SERVICE_PAUSE_CONTINUE: int
|
||||
SERVICE_PAUSE_PENDING: int
|
||||
SERVICE_QUERY_CONFIG: int
|
||||
SERVICE_QUERY_STATUS: int
|
||||
SERVICE_RUNNING: int
|
||||
SERVICE_SID_TYPE_NONE: int
|
||||
SERVICE_SID_TYPE_RESTRICTED: int
|
||||
SERVICE_SID_TYPE_UNRESTRICTED: int
|
||||
SERVICE_SPECIFIC_ERROR: int
|
||||
SERVICE_START: int
|
||||
SERVICE_START_PENDING: int
|
||||
SERVICE_STATE_ALL: int
|
||||
SERVICE_STOP: int
|
||||
SERVICE_STOPPED: int
|
||||
SERVICE_STOP_PENDING: int
|
||||
SERVICE_SYSTEM_START: int
|
||||
SERVICE_USER_DEFINED_CONTROL: int
|
||||
SERVICE_WIN32: int
|
||||
SERVICE_WIN32_OWN_PROCESS: int
|
||||
SERVICE_WIN32_SHARE_PROCESS: int
|
||||
def SetServiceObjectSecurity() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetServiceStatus() -> typing.Any:
|
||||
...
|
||||
|
||||
def SetUserObjectInformation() -> typing.Any:
|
||||
...
|
||||
|
||||
def StartService() -> typing.Any:
|
||||
...
|
||||
|
||||
UNICODE: int
|
||||
UOI_FLAGS: int
|
||||
UOI_NAME: int
|
||||
UOI_TYPE: int
|
||||
UOI_USER_SID: int
|
||||
def UnlockServiceDatabase() -> typing.Any:
|
||||
...
|
||||
|
||||
WSF_VISIBLE: int
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,51 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32trace, version: unspecified
|
||||
# Module: win32trace, version: unspecified
|
||||
|
||||
'Interface to the Windows Console functions for dealing with character-mode applications.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def GetHandle() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetTracer() -> typing.Any:
|
||||
...
|
||||
|
||||
def InitRead() -> typing.Any:
|
||||
...
|
||||
|
||||
def InitWrite() -> typing.Any:
|
||||
...
|
||||
|
||||
def TermRead() -> typing.Any:
|
||||
...
|
||||
|
||||
def TermWrite() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def blockingread() -> typing.Any:
|
||||
...
|
||||
|
||||
error = _mod_pywintypes.error
|
||||
def flush() -> typing.Any:
|
||||
...
|
||||
|
||||
def read() -> typing.Any:
|
||||
...
|
||||
|
||||
def setprint() -> typing.Any:
|
||||
...
|
||||
|
||||
def write() -> typing.Any:
|
||||
...
|
||||
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32transaction, version: unspecified
|
||||
# Module: win32transaction, version: unspecified
|
||||
|
||||
'Module wrapping Kernal Transaction Manager functions, as used with transacted NTFS and transacted registry functions.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
def CommitTransaction() -> typing.Any:
|
||||
...
|
||||
|
||||
def CommitTransactionAsync() -> typing.Any:
|
||||
...
|
||||
|
||||
def CreateTransaction() -> typing.Any:
|
||||
...
|
||||
|
||||
def GetTransactionId() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenTransaction() -> typing.Any:
|
||||
...
|
||||
|
||||
def RollbackTransaction() -> typing.Any:
|
||||
...
|
||||
|
||||
def RollbackTransactionAsync() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,166 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32ts, version: unspecified
|
||||
# Module: win32ts, version: unspecified
|
||||
|
||||
'Interface to the Terminal Services Api.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
|
||||
NOTIFY_FOR_ALL_SESSIONS: int
|
||||
NOTIFY_FOR_THIS_SESSION: int
|
||||
def ProcessIdToSessionId() -> typing.Any:
|
||||
'Finds the session under which a process is running'
|
||||
...
|
||||
|
||||
WTSActive: int
|
||||
WTSApplicationName: int
|
||||
WTSClientAddress: int
|
||||
WTSClientBuildNumber: int
|
||||
WTSClientDirectory: int
|
||||
WTSClientDisplay: int
|
||||
WTSClientHardwareId: int
|
||||
WTSClientName: int
|
||||
WTSClientProductId: int
|
||||
WTSClientProtocolType: int
|
||||
def WTSCloseServer() -> typing.Any:
|
||||
'Closes a terminal server handle'
|
||||
...
|
||||
|
||||
WTSConnectQuery: int
|
||||
WTSConnectState: int
|
||||
WTSConnected: int
|
||||
def WTSDisconnectSession() -> typing.Any:
|
||||
'Disconnects a session without logging it off'
|
||||
...
|
||||
|
||||
WTSDisconnected: int
|
||||
WTSDomainName: int
|
||||
WTSDown: int
|
||||
def WTSEnumerateProcesses() -> typing.Any:
|
||||
'Lists processes on a terminal server'
|
||||
...
|
||||
|
||||
def WTSEnumerateServers() -> typing.Any:
|
||||
'Lists terminal servers in a domain'
|
||||
...
|
||||
|
||||
def WTSEnumerateSessions() -> typing.Any:
|
||||
'Lists sessions on a server'
|
||||
...
|
||||
|
||||
def WTSGetActiveConsoleSessionId() -> typing.Any:
|
||||
'Returns the id of the console session'
|
||||
...
|
||||
|
||||
WTSIdle: int
|
||||
WTSInit: int
|
||||
WTSInitialProgram: int
|
||||
WTSListen: int
|
||||
def WTSLogoffSession() -> typing.Any:
|
||||
'Logs off a user logged in through Terminal Services'
|
||||
...
|
||||
|
||||
WTSOEMId: int
|
||||
def WTSOpenServer() -> typing.Any:
|
||||
'Opens a handle to a terminal server'
|
||||
...
|
||||
|
||||
def WTSQuerySessionInformation() -> typing.Any:
|
||||
'Retrieve information about a session'
|
||||
...
|
||||
|
||||
def WTSQueryUserConfig() -> typing.Any:
|
||||
'Returns user configuration'
|
||||
...
|
||||
|
||||
def WTSQueryUserToken() -> typing.Any:
|
||||
'Retrieves the access token for a session'
|
||||
...
|
||||
|
||||
def WTSRegisterSessionNotification() -> typing.Any:
|
||||
'Registers a window to receive terminal service notifications'
|
||||
...
|
||||
|
||||
WTSReset: int
|
||||
def WTSSendMessage() -> typing.Any:
|
||||
'Sends a popup message to a terminal services session'
|
||||
...
|
||||
|
||||
WTSSessionId: int
|
||||
def WTSSetUserConfig() -> typing.Any:
|
||||
'Changes user configuration'
|
||||
...
|
||||
|
||||
WTSShadow: int
|
||||
def WTSShutdownSystem() -> typing.Any:
|
||||
'Issues a shutdown request to a terminal server'
|
||||
...
|
||||
|
||||
def WTSTerminateProcess() -> typing.Any:
|
||||
'Kills a process on a terminal server'
|
||||
...
|
||||
|
||||
def WTSUnRegisterSessionNotification() -> typing.Any:
|
||||
'Disables terminal service window messages'
|
||||
...
|
||||
|
||||
WTSUserConfigBrokenTimeoutSettings: int
|
||||
WTSUserConfigInitialProgram: int
|
||||
WTSUserConfigModemCallbackPhoneNumber: int
|
||||
WTSUserConfigModemCallbackSettings: int
|
||||
WTSUserConfigReconnectSettings: int
|
||||
WTSUserConfigShadowingSettings: int
|
||||
WTSUserConfigTerminalServerHomeDir: int
|
||||
WTSUserConfigTerminalServerHomeDirDrive: int
|
||||
WTSUserConfigTerminalServerProfilePath: int
|
||||
WTSUserConfigTimeoutSettingsConnections: int
|
||||
WTSUserConfigTimeoutSettingsDisconnections: int
|
||||
WTSUserConfigTimeoutSettingsIdle: int
|
||||
WTSUserConfigWorkingDirectory: int
|
||||
WTSUserConfigfAllowLogonTerminalServer: int
|
||||
WTSUserConfigfDeviceClientDefaultPrinter: int
|
||||
WTSUserConfigfDeviceClientDrives: int
|
||||
WTSUserConfigfDeviceClientPrinters: int
|
||||
WTSUserConfigfInheritInitialProgram: int
|
||||
WTSUserConfigfTerminalServerRemoteHomeDir: int
|
||||
WTSUserName: int
|
||||
WTSVirtualClientData: int
|
||||
WTSVirtualFileHandle: int
|
||||
def WTSWaitSystemEvent() -> typing.Any:
|
||||
'Waits for an event to occur'
|
||||
...
|
||||
|
||||
WTSWinStationName: int
|
||||
WTSWorkingDirectory: int
|
||||
WTS_CURRENT_SERVER: int
|
||||
WTS_CURRENT_SERVER_HANDLE: int
|
||||
WTS_CURRENT_SERVER_NAME: typing.Any
|
||||
WTS_CURRENT_SESSION: int
|
||||
WTS_EVENT_ALL: int
|
||||
WTS_EVENT_CONNECT: int
|
||||
WTS_EVENT_CREATE: int
|
||||
WTS_EVENT_DELETE: int
|
||||
WTS_EVENT_DISCONNECT: int
|
||||
WTS_EVENT_FLUSH: int
|
||||
WTS_EVENT_LICENSE: int
|
||||
WTS_EVENT_LOGOFF: int
|
||||
WTS_EVENT_LOGON: int
|
||||
WTS_EVENT_NONE: int
|
||||
WTS_EVENT_RENAME: int
|
||||
WTS_EVENT_STATECHANGE: int
|
||||
WTS_PROTOCOL_TYPE_CONSOLE: int
|
||||
WTS_PROTOCOL_TYPE_ICA: int
|
||||
WTS_PROTOCOL_TYPE_RDP: int
|
||||
WTS_WSD_FASTREBOOT: int
|
||||
WTS_WSD_LOGOFF: int
|
||||
WTS_WSD_POWEROFF: int
|
||||
WTS_WSD_REBOOT: int
|
||||
WTS_WSD_SHUTDOWN: int
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,78 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32wnet, version: unspecified
|
||||
# Module: win32wnet, version: unspecified
|
||||
|
||||
'A module that exposes the Windows Networking API.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
from .lib import pywintypes as _mod_pywintypes
|
||||
|
||||
NCB = _mod_builtins.PyNCB
|
||||
def NCBBuffer() -> typing.Any:
|
||||
'Creates a memory buffer'
|
||||
...
|
||||
|
||||
NCBType = _mod_builtins.PyNCB
|
||||
NETRESOURCE = _mod_builtins.PyNETRESOURCE
|
||||
NETRESOURCEType = _mod_builtins.PyNETRESOURCE
|
||||
def Netbios() -> typing.Any:
|
||||
'Calls the windows Netbios function'
|
||||
...
|
||||
|
||||
def WNetAddConnection2(NetResource, Password, UserName, Flags) -> typing.Any:
|
||||
'WNetAddConnection2(NetResource, Password, UserName, Flags)'
|
||||
...
|
||||
|
||||
def WNetAddConnection3(HwndParent, NetResource, Password, UserName, Flags) -> typing.Any:
|
||||
'WNetAddConnection3(HwndParent, NetResource, Password, UserName, Flags)'
|
||||
...
|
||||
|
||||
def WNetCancelConnection2() -> typing.Any:
|
||||
'localname,dwflags,bforce'
|
||||
...
|
||||
|
||||
def WNetCloseEnum() -> typing.Any:
|
||||
'PyHANDLE from WNetOpenEnum()'
|
||||
...
|
||||
|
||||
def WNetEnumResource() -> typing.Any:
|
||||
'Enum'
|
||||
...
|
||||
|
||||
def WNetGetConnection() -> typing.Any:
|
||||
'Retrieves the name of the network resource associated with a local device'
|
||||
...
|
||||
|
||||
def WNetGetLastError() -> typing.Any:
|
||||
'Retrieves extended error information set by a network provider when one of the WNet* functions fails'
|
||||
...
|
||||
|
||||
def WNetGetResourceInformation() -> typing.Any:
|
||||
'Finds the type and provider of a network resource'
|
||||
...
|
||||
|
||||
def WNetGetResourceParent() -> typing.Any:
|
||||
'Finds the parent resource of a network resource'
|
||||
...
|
||||
|
||||
def WNetGetUniversalName() -> typing.Any:
|
||||
'localPath, infoLevel=UNIVERSAL_NAME_INFO_LEVEL'
|
||||
...
|
||||
|
||||
def WNetGetUser() -> typing.Any:
|
||||
'connectionName=None'
|
||||
...
|
||||
|
||||
def WNetOpenEnum() -> typing.Any:
|
||||
'dwScope,dwType,dwUsage,NETRESOURCE - returns PyHANDLE'
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,81 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.adsi.adsi, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
def ADsBuildEnumerator() -> typing.Any:
|
||||
...
|
||||
|
||||
def ADsEnumerateNext() -> typing.Any:
|
||||
...
|
||||
|
||||
def ADsGetLastError() -> typing.Any:
|
||||
...
|
||||
|
||||
def ADsGetObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def ADsOpenObject() -> typing.Any:
|
||||
...
|
||||
|
||||
CLSID_ADsDSOObject: _PyIID
|
||||
CLSID_AccessControlEntry: _PyIID
|
||||
CLSID_AccessControlList: _PyIID
|
||||
CLSID_DsObjectPicker: _PyIID
|
||||
CLSID_SecurityDescriptor: _PyIID
|
||||
DBGUID_LDAPDialect: _PyIID
|
||||
DBPROPSET_ADSISEARCH: _PyIID
|
||||
DSOP_SCOPE_INIT_INFOs = _mod_builtins.PyDSOP_SCOPE_INIT_INFOs
|
||||
IID_IADs: _PyIID
|
||||
IID_IADsClass: _PyIID
|
||||
IID_IADsCollection: _PyIID
|
||||
IID_IADsComputer: _PyIID
|
||||
IID_IADsComputerOperations: _PyIID
|
||||
IID_IADsContainer: _PyIID
|
||||
IID_IADsDeleteOps: _PyIID
|
||||
IID_IADsDomain: _PyIID
|
||||
IID_IADsFileService: _PyIID
|
||||
IID_IADsFileServiceOperations: _PyIID
|
||||
IID_IADsFileShare: _PyIID
|
||||
IID_IADsGroup: _PyIID
|
||||
IID_IADsLocality: _PyIID
|
||||
IID_IADsMembers: _PyIID
|
||||
IID_IADsNamespaces: _PyIID
|
||||
IID_IADsO: _PyIID
|
||||
IID_IADsOU: _PyIID
|
||||
IID_IADsOpenDSObject: _PyIID
|
||||
IID_IADsPrintJob: PyIID
|
||||
IID_IADsPrintJobOperations: PyIID
|
||||
IID_IADsPrintQueue: _PyIID
|
||||
IID_IADsPrintQueueOperations: _PyIID
|
||||
IID_IADsProperty: _PyIID
|
||||
IID_IADsPropertyList: _PyIID
|
||||
IID_IADsResource: _PyIID
|
||||
IID_IADsSearch: _PyIID
|
||||
IID_IADsService: _PyIID
|
||||
IID_IADsServiceOperations: _PyIID
|
||||
IID_IADsSession: _PyIID
|
||||
IID_IADsSyntax: _PyIID
|
||||
IID_IADsUser: _PyIID
|
||||
IID_IDirectoryObject: _PyIID
|
||||
IID_IDirectorySearch: _PyIID
|
||||
IID_IDsObjectPicker: _PyIID
|
||||
LIBID_ADs: _PyIID
|
||||
def StringAsDS_SELECTION_LIST() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.com_error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.authorization.authorization, version: unspecified
|
||||
|
||||
'Module containing support for authorization COM interfaces.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
def EditSecurity() -> typing.Any:
|
||||
'Creates a security descriptor editor dialog'
|
||||
...
|
||||
|
||||
IID_ISecurityInformation: _PyIID
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,73 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.axcontrol.axcontrol, version: unspecified
|
||||
|
||||
'A module, encapsulating the ActiveX Control interfaces.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
EMBDHLP_CREATENOW: int
|
||||
EMBDHLP_DELAYCREATE: int
|
||||
EMBDHLP_INPROC_HANDLER: int
|
||||
EMBDHLP_INPROC_SERVER: int
|
||||
IID_IObjectWithSite: _PyIID
|
||||
IID_IOleClientSite: _PyIID
|
||||
IID_IOleCommandTarget: _PyIID
|
||||
IID_IOleControl: _PyIID
|
||||
IID_IOleControlSite: _PyIID
|
||||
IID_IOleInPlaceActiveObject: _PyIID
|
||||
IID_IOleInPlaceFrame: _PyIID
|
||||
IID_IOleInPlaceObject: _PyIID
|
||||
IID_IOleInPlaceSite: _PyIID
|
||||
IID_IOleInPlaceSiteEx: _PyIID
|
||||
IID_IOleInPlaceSiteWindowless: _PyIID
|
||||
IID_IOleInPlaceUIWindow: _PyIID
|
||||
IID_IOleLink: _PyIID
|
||||
IID_IOleObject: _PyIID
|
||||
IID_ISpecifyPropertyPages: _PyIID
|
||||
IID_IViewObject: _PyIID
|
||||
IID_IViewObject2: _PyIID
|
||||
OLECLOSE_NOSAVE: int
|
||||
OLECLOSE_PROMPTSAVE: int
|
||||
OLECLOSE_SAVEIFDIRTY: int
|
||||
OLECMDF_ENABLED: int
|
||||
OLECMDF_LATCHED: int
|
||||
OLECMDF_NINCHED: int
|
||||
OLECMDF_SUPPORTED: int
|
||||
OLECMDTEXTF_NAME: int
|
||||
OLECMDTEXTF_NONE: int
|
||||
OLECMDTEXTF_STATUS: int
|
||||
OLECREATE_LEAVERUNNING: int
|
||||
OLEIVERB_DISCARDUNDOSTATE: int
|
||||
OLEIVERB_HIDE: int
|
||||
OLEIVERB_INPLACEACTIVATE: int
|
||||
OLEIVERB_OPEN: int
|
||||
OLEIVERB_PRIMARY: int
|
||||
OLEIVERB_SHOW: int
|
||||
OLEIVERB_UIACTIVATE: int
|
||||
def OleCreate() -> typing.Any:
|
||||
...
|
||||
|
||||
def OleLoadPicture() -> typing.Any:
|
||||
...
|
||||
|
||||
def OleLoadPicturePath() -> typing.Any:
|
||||
...
|
||||
|
||||
def OleSetContainedObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def OleTranslateAccelerator() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,69 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.axscript.axscript, version: unspecified
|
||||
|
||||
'A module, encapsulating the ActiveX Scripting interfaces.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
CATID_ActiveScript: _PyIID
|
||||
CATID_ActiveScriptParse: _PyIID
|
||||
IID_IActiveScript: _PyIID
|
||||
IID_IActiveScriptError: _PyIID
|
||||
IID_IActiveScriptParse: _PyIID
|
||||
IID_IActiveScriptParseProcedure: _PyIID
|
||||
IID_IActiveScriptSite: _PyIID
|
||||
IID_IObjectSafety: _PyIID
|
||||
IID_IProvideMultipleClassInfo: _PyIID
|
||||
INTERFACESAFE_FOR_UNTRUSTED_CALLER: int
|
||||
INTERFACESAFE_FOR_UNTRUSTED_DATA: int
|
||||
INTERFACE_USES_DISPEX: int
|
||||
INTERFACE_USES_SECURITY_MANAGER: int
|
||||
MULTICLASSINFO_GETIIDPRIMARY: int
|
||||
MULTICLASSINFO_GETIIDSOURCE: int
|
||||
MULTICLASSINFO_GETNUMRESERVEDDISPIDS: int
|
||||
MULTICLASSINFO_GETTYPEINFO: int
|
||||
SCRIPTINFO_ALL_FLAGS: int
|
||||
SCRIPTINFO_ITYPEINFO: int
|
||||
SCRIPTINFO_IUNKNOWN: int
|
||||
SCRIPTINTERRUPT_ALL_FLAGS: int
|
||||
SCRIPTINTERRUPT_DEBUG: int
|
||||
SCRIPTINTERRUPT_RAISEEXCEPTION: int
|
||||
SCRIPTITEM_ALL_FLAGS: int
|
||||
SCRIPTITEM_CODEONLY: int
|
||||
SCRIPTITEM_GLOBALMEMBERS: int
|
||||
SCRIPTITEM_ISPERSISTENT: int
|
||||
SCRIPTITEM_ISSOURCE: int
|
||||
SCRIPTITEM_ISVISIBLE: int
|
||||
SCRIPTITEM_NOCODE: int
|
||||
SCRIPTPROC_ALL_FLAGS: int
|
||||
SCRIPTPROC_HOSTMANAGESSOURCE: int
|
||||
SCRIPTPROC_IMPLICIT_PARENTS: int
|
||||
SCRIPTPROC_IMPLICIT_THIS: int
|
||||
SCRIPTSTATE_CLOSED: int
|
||||
SCRIPTSTATE_CONNECTED: int
|
||||
SCRIPTSTATE_DISCONNECTED: int
|
||||
SCRIPTSTATE_INITIALIZED: int
|
||||
SCRIPTSTATE_STARTED: int
|
||||
SCRIPTSTATE_UNINITIALIZED: int
|
||||
SCRIPTTEXT_ALL_FLAGS: int
|
||||
SCRIPTTEXT_ISEXPRESSION: int
|
||||
SCRIPTTEXT_ISPERSISTENT: int
|
||||
SCRIPTTEXT_ISVISIBLE: int
|
||||
SCRIPTTHREADSTATE_NOTINSCRIPT: int
|
||||
SCRIPTTHREADSTATE_RUNNING: int
|
||||
SCRIPTTYPELIB_ISCONTROL: int
|
||||
SCRIPTTYPELIB_ISPERSISTENT: int
|
||||
SCRIPT_E_REPORTED: int
|
||||
TIFLAGS_EXTENDDISPATCHONLY: int
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,78 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.bits.bits, version: unspecified
|
||||
|
||||
'A module, encapsulating the Background Intelligent Transfer Service (bits)'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
BG_AUTH_SCHEME_BASIC: int
|
||||
BG_AUTH_SCHEME_DIGEST: int
|
||||
BG_AUTH_SCHEME_NEGOTIATE: int
|
||||
BG_AUTH_SCHEME_NTLM: int
|
||||
BG_AUTH_SCHEME_PASSPORT: int
|
||||
BG_AUTH_TARGET_PROXY: int
|
||||
BG_AUTH_TARGET_SERVER: int
|
||||
BG_CERT_STORE_LOCATION_CURRENT_SERVICE: int
|
||||
BG_CERT_STORE_LOCATION_CURRENT_USER: int
|
||||
BG_CERT_STORE_LOCATION_CURRENT_USER_GROUP_POLICY: int
|
||||
BG_CERT_STORE_LOCATION_LOCAL_MACHINE: int
|
||||
BG_CERT_STORE_LOCATION_LOCAL_MACHINE_ENTERPRISE: int
|
||||
BG_CERT_STORE_LOCATION_LOCAL_MACHINE_GROUP_POLICY: int
|
||||
BG_CERT_STORE_LOCATION_SERVICES: int
|
||||
BG_CERT_STORE_LOCATION_USERS: int
|
||||
BG_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER: int
|
||||
BG_ERROR_CONTEXT_GENERAL_TRANSPORT: int
|
||||
BG_ERROR_CONTEXT_LOCAL_FILE: int
|
||||
BG_ERROR_CONTEXT_NONE: int
|
||||
BG_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION: int
|
||||
BG_ERROR_CONTEXT_REMOTE_APPLICATION: int
|
||||
BG_ERROR_CONTEXT_REMOTE_FILE: int
|
||||
BG_ERROR_CONTEXT_UNKNOWN: int
|
||||
BG_JOB_ENUM_ALL_USERS: int
|
||||
BG_JOB_PRIORITY_FOREGROUND: int
|
||||
BG_JOB_PRIORITY_HIGH: int
|
||||
BG_JOB_PRIORITY_LOW: int
|
||||
BG_JOB_PRIORITY_NORMAL: int
|
||||
BG_JOB_PROXY_USAGE_AUTODETECT: int
|
||||
BG_JOB_PROXY_USAGE_NO_PROXY: int
|
||||
BG_JOB_PROXY_USAGE_OVERRIDE: int
|
||||
BG_JOB_PROXY_USAGE_PRECONFIG: int
|
||||
BG_JOB_STATE_ACKNOWLEDGED: int
|
||||
BG_JOB_STATE_CANCELLED: int
|
||||
BG_JOB_STATE_CONNECTING: int
|
||||
BG_JOB_STATE_ERROR: int
|
||||
BG_JOB_STATE_QUEUED: int
|
||||
BG_JOB_STATE_SUSPENDED: int
|
||||
BG_JOB_STATE_TRANSFERRED: int
|
||||
BG_JOB_STATE_TRANSFERRING: int
|
||||
BG_JOB_STATE_TRANSIENT_ERROR: int
|
||||
BG_JOB_TYPE_DOWNLOAD: int
|
||||
BG_JOB_TYPE_UPLOAD: int
|
||||
BG_JOB_TYPE_UPLOAD_REPLY: int
|
||||
BG_NOTIFY_DISABLE: int
|
||||
BG_NOTIFY_JOB_ERROR: int
|
||||
BG_NOTIFY_JOB_MODIFICATION: int
|
||||
BG_NOTIFY_JOB_TRANSFERRED: int
|
||||
CLSID_BackgroundCopyManager: _PyIID
|
||||
IID_IBackgroundCopyCallback: _PyIID
|
||||
IID_IBackgroundCopyError: _PyIID
|
||||
IID_IBackgroundCopyFile: _PyIID
|
||||
IID_IBackgroundCopyFile2: _PyIID
|
||||
IID_IBackgroundCopyJob: _PyIID
|
||||
IID_IBackgroundCopyJob2: _PyIID
|
||||
IID_IBackgroundCopyJob3: _PyIID
|
||||
IID_IBackgroundCopyManager: _PyIID
|
||||
IID_IEnumBackgroundCopyFiles: _PyIID
|
||||
IID_IEnumBackgroundCopyJobs: _PyIID
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,148 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.directsound.directsound, version: unspecified
|
||||
|
||||
'A module encapsulating the DirectSound interfaces.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
DS3DMODE_DISABLE: int
|
||||
DS3DMODE_HEADRELATIVE: int
|
||||
DS3DMODE_NORMAL: int
|
||||
def DSBCAPS() -> typing.Any:
|
||||
...
|
||||
|
||||
DSBCAPSType = _mod_builtins.PyDSBCAPS
|
||||
DSBCAPS_CTRL3D: int
|
||||
DSBCAPS_CTRLFREQUENCY: int
|
||||
DSBCAPS_CTRLPAN: int
|
||||
DSBCAPS_CTRLPOSITIONNOTIFY: int
|
||||
DSBCAPS_CTRLVOLUME: int
|
||||
DSBCAPS_GETCURRENTPOSITION2: int
|
||||
DSBCAPS_GLOBALFOCUS: int
|
||||
DSBCAPS_LOCHARDWARE: int
|
||||
DSBCAPS_LOCSOFTWARE: int
|
||||
DSBCAPS_MUTE3DATMAXDISTANCE: int
|
||||
DSBCAPS_PRIMARYBUFFER: int
|
||||
DSBCAPS_STATIC: int
|
||||
DSBCAPS_STICKYFOCUS: int
|
||||
DSBFREQUENCY_MAX: int
|
||||
DSBFREQUENCY_MIN: int
|
||||
DSBFREQUENCY_ORIGINAL: int
|
||||
DSBLOCK_ENTIREBUFFER: int
|
||||
DSBLOCK_FROMWRITECURSOR: int
|
||||
DSBPAN_CENTER: int
|
||||
DSBPAN_LEFT: int
|
||||
DSBPAN_RIGHT: int
|
||||
DSBPLAY_LOOPING: int
|
||||
DSBPN_OFFSETSTOP: int
|
||||
DSBSIZE_MAX: int
|
||||
DSBSIZE_MIN: int
|
||||
DSBSTATUS_BUFFERLOST: int
|
||||
DSBSTATUS_LOOPING: int
|
||||
DSBSTATUS_PLAYING: int
|
||||
def DSBUFFERDESC() -> typing.Any:
|
||||
...
|
||||
|
||||
DSBUFFERDESCType = _mod_builtins.PyDSBUFFERDESC
|
||||
DSBVOLUME_MAX: int
|
||||
DSBVOLUME_MIN: int
|
||||
def DSCAPS() -> typing.Any:
|
||||
...
|
||||
|
||||
DSCAPSType = _mod_builtins.PyDSCAPSType
|
||||
DSCAPS_CERTIFIED: int
|
||||
DSCAPS_CONTINUOUSRATE: int
|
||||
DSCAPS_EMULDRIVER: int
|
||||
DSCAPS_PRIMARY16BIT: int
|
||||
DSCAPS_PRIMARY8BIT: int
|
||||
DSCAPS_PRIMARYMONO: int
|
||||
DSCAPS_PRIMARYSTEREO: int
|
||||
DSCAPS_SECONDARY16BIT: int
|
||||
DSCAPS_SECONDARY8BIT: int
|
||||
DSCAPS_SECONDARYMONO: int
|
||||
DSCAPS_SECONDARYSTEREO: int
|
||||
def DSCBCAPS() -> typing.Any:
|
||||
...
|
||||
|
||||
DSCBCAPSType = _mod_builtins.PyDSCBCAPSType
|
||||
DSCBCAPS_WAVEMAPPED: int
|
||||
DSCBLOCK_ENTIREBUFFER: int
|
||||
DSCBSTART_LOOPING: int
|
||||
DSCBSTATUS_CAPTURING: int
|
||||
DSCBSTATUS_LOOPING: int
|
||||
def DSCBUFFERDESC() -> typing.Any:
|
||||
...
|
||||
|
||||
DSCBUFFERDESCType = _mod_builtins.PyDSCBUFFERDESC
|
||||
def DSCCAPS() -> typing.Any:
|
||||
...
|
||||
|
||||
DSCCAPSType = _mod_builtins.PyDSCCAPSType
|
||||
DSCCAPS_EMULDRIVER: int
|
||||
DSERR_ACCESSDENIED: int
|
||||
DSERR_ALLOCATED: int
|
||||
DSERR_ALREADYINITIALIZED: int
|
||||
DSERR_BADFORMAT: int
|
||||
DSERR_BADSENDBUFFERGUID: int
|
||||
DSERR_BUFFERLOST: int
|
||||
DSERR_BUFFERTOOSMALL: int
|
||||
DSERR_CONTROLUNAVAIL: int
|
||||
DSERR_DS8_REQUIRED: int
|
||||
DSERR_FXUNAVAILABLE: int
|
||||
DSERR_GENERIC: int
|
||||
DSERR_INVALIDCALL: int
|
||||
DSERR_INVALIDPARAM: int
|
||||
DSERR_NOAGGREGATION: int
|
||||
DSERR_NODRIVER: int
|
||||
DSERR_NOINTERFACE: int
|
||||
DSERR_OBJECTNOTFOUND: int
|
||||
DSERR_OTHERAPPHASPRIO: int
|
||||
DSERR_OUTOFMEMORY: int
|
||||
DSERR_PRIOLEVELNEEDED: int
|
||||
DSERR_SENDLOOP: int
|
||||
DSERR_UNINITIALIZED: int
|
||||
DSERR_UNSUPPORTED: int
|
||||
DSSCL_EXCLUSIVE: int
|
||||
DSSCL_NORMAL: int
|
||||
DSSCL_PRIORITY: int
|
||||
DSSCL_WRITEPRIMARY: int
|
||||
DSSPEAKER_GEOMETRY_MAX: int
|
||||
DSSPEAKER_GEOMETRY_MIN: int
|
||||
DSSPEAKER_GEOMETRY_NARROW: int
|
||||
DSSPEAKER_GEOMETRY_WIDE: int
|
||||
DSSPEAKER_HEADPHONE: int
|
||||
DSSPEAKER_MONO: int
|
||||
DSSPEAKER_QUAD: int
|
||||
DSSPEAKER_STEREO: int
|
||||
DSSPEAKER_SURROUND: int
|
||||
DS_NO_VIRTUALIZATION: int
|
||||
DS_OK: int
|
||||
def DirectSoundCaptureCreate() -> typing.Any:
|
||||
...
|
||||
|
||||
def DirectSoundCaptureEnumerate() -> typing.Any:
|
||||
...
|
||||
|
||||
def DirectSoundCreate() -> typing.Any:
|
||||
...
|
||||
|
||||
def DirectSoundEnumerate() -> typing.Any:
|
||||
...
|
||||
|
||||
IID_IDirectSound: _PyIID
|
||||
IID_IDirectSoundBuffer: _PyIID
|
||||
IID_IDirectSoundCapture: _PyIID
|
||||
IID_IDirectSoundCaptureBuffer: _PyIID
|
||||
IID_IDirectSoundNotify: _PyIID
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,55 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.ifilter.ifilter, version: unspecified
|
||||
|
||||
'Wraps the interfaces used with Indexing Service filtering'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
def BindIFilterFromStorage() -> typing.Any:
|
||||
...
|
||||
|
||||
def BindIFilterFromStream() -> typing.Any:
|
||||
...
|
||||
|
||||
CHUNK_EOC: int
|
||||
CHUNK_EOP: int
|
||||
CHUNK_EOS: int
|
||||
CHUNK_EOW: int
|
||||
CHUNK_NO_BREAK: int
|
||||
CHUNK_TEXT: int
|
||||
CHUNK_VALUE: int
|
||||
FILTER_E_ACCESS: int
|
||||
FILTER_E_EMBEDDING_UNAVAILABLE: int
|
||||
FILTER_E_END_OF_CHUNKS: int
|
||||
FILTER_E_LINK_UNAVAILABLE: int
|
||||
FILTER_E_NO_MORE_TEXT: int
|
||||
FILTER_E_NO_MORE_VALUES: int
|
||||
FILTER_E_NO_TEXT: int
|
||||
FILTER_E_NO_VALUES: int
|
||||
FILTER_E_PASSWORD: int
|
||||
FILTER_S_LAST_TEXT: int
|
||||
IFILTER_FLAGS_OLE_PROPERTIES: int
|
||||
IFILTER_INIT_APPLY_INDEX_ATTRIBUTES: int
|
||||
IFILTER_INIT_APPLY_OTHER_ATTRIBUTES: int
|
||||
IFILTER_INIT_CANON_HYPHENS: int
|
||||
IFILTER_INIT_CANON_PARAGRAPHS: int
|
||||
IFILTER_INIT_CANON_SPACES: int
|
||||
IFILTER_INIT_HARD_LINE_BREAKS: int
|
||||
IFILTER_INIT_INDEXING_ONLY: int
|
||||
IFILTER_INIT_SEARCH_LINKS: int
|
||||
IID_IFilter: _PyIID
|
||||
def LoadIFilter() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.mapi.exchange, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
IID_IExchangeManageStore: _PyIID
|
||||
IID_IExchangeManageStoreEx: _PyIID
|
||||
OPENSTORE_HOME_LOGON: int
|
||||
OPENSTORE_OVERRIDE_HOME_MDB: int
|
||||
OPENSTORE_PUBLIC: int
|
||||
OPENSTORE_TAKE_OWNERSHIP: int
|
||||
OPENSTORE_USE_ADMIN_PRIVILEGE: int
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,376 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.mapi.mapi, version: unspecified
|
||||
|
||||
''
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
AB_NO_DIALOG: int
|
||||
ATTACH_BY_REFERENCE: int
|
||||
ATTACH_BY_REF_ONLY: int
|
||||
ATTACH_BY_REF_RESOLVE: int
|
||||
ATTACH_BY_VALUE: int
|
||||
ATTACH_EMBEDDED_MSG: int
|
||||
ATTACH_OLE: int
|
||||
BMR_EQZ: int
|
||||
BMR_NEZ: int
|
||||
BOOKMARK_BEGINNING: int
|
||||
BOOKMARK_CURRENT: int
|
||||
BOOKMARK_END: int
|
||||
def BinFromHex() -> typing.Any:
|
||||
...
|
||||
|
||||
CCSF_8BITHEADERS: int
|
||||
CCSF_EMBEDDED_MESSAGE: int
|
||||
CCSF_INCLUDE_BCC: int
|
||||
CCSF_NOHEADERS: int
|
||||
CCSF_NO_MSGID: int
|
||||
CCSF_PLAIN_TEXT_ONLY: int
|
||||
CCSF_PRESERVE_SOURCE: int
|
||||
CCSF_SMTP: int
|
||||
CCSF_USE_RTF: int
|
||||
CCSF_USE_TNEF: int
|
||||
CLEAR_NRN_PENDING: int
|
||||
CLEAR_READ_FLAG: int
|
||||
CLEAR_RN_PENDING: int
|
||||
CLSID_IConverterSession: _PyIID
|
||||
CLSID_MailMessage: _PyIID
|
||||
CONVENIENT_DEPTH: int
|
||||
def CloseIMsgSession() -> typing.Any:
|
||||
...
|
||||
|
||||
DELETE_HARD_DELETE: int
|
||||
DEL_FOLDERS: int
|
||||
DEL_MESSAGES: int
|
||||
DIR_BACKWARD: int
|
||||
FLUSH_ASYNC_OK: int
|
||||
FLUSH_DOWNLOAD: int
|
||||
FLUSH_FORCE: int
|
||||
FLUSH_NO_UI: int
|
||||
FLUSH_UPLOAD: int
|
||||
FL_FULLSTRING: int
|
||||
FL_IGNORECASE: int
|
||||
FL_IGNORENONSPACE: int
|
||||
FL_LOOSE: int
|
||||
FL_PREFIX: int
|
||||
FL_SUBSTRING: int
|
||||
FOLDER_DIALOG: int
|
||||
FOLDER_GENERIC: int
|
||||
FOLDER_SEARCH: int
|
||||
FORCE_SAVE: int
|
||||
GENERATE_RECEIPT_ONLY: int
|
||||
def HexFromBin() -> typing.Any:
|
||||
...
|
||||
|
||||
def HrAllocAdviseSink() -> typing.Any:
|
||||
...
|
||||
|
||||
def HrDispatchNotifications() -> typing.Any:
|
||||
...
|
||||
|
||||
def HrGetOneProp() -> typing.Any:
|
||||
...
|
||||
|
||||
def HrQueryAllRows() -> typing.Any:
|
||||
...
|
||||
|
||||
def HrSetOneProp() -> typing.Any:
|
||||
...
|
||||
|
||||
def HrThisThreadAdviseSink() -> typing.Any:
|
||||
...
|
||||
|
||||
IID_IABContainer: _PyIID
|
||||
IID_IAddrBook: _PyIID
|
||||
IID_IAttachment: _PyIID
|
||||
IID_IConverterSession: _PyIID
|
||||
IID_IDistList: _PyIID
|
||||
IID_IMAPIAdviseSink: _PyIID
|
||||
IID_IMAPIContainer: _PyIID
|
||||
IID_IMAPIFolder: _PyIID
|
||||
IID_IMAPIProp: _PyIID
|
||||
IID_IMAPISession: _PyIID
|
||||
IID_IMAPIStatus: _PyIID
|
||||
IID_IMAPITable: _PyIID
|
||||
IID_IMailUser: _PyIID
|
||||
IID_IMessage: _PyIID
|
||||
IID_IMsgServiceAdmin: _PyIID
|
||||
IID_IMsgServiceAdmin2: _PyIID
|
||||
IID_IMsgStore: _PyIID
|
||||
IID_IProfAdmin: _PyIID
|
||||
IID_IProfSect: _PyIID
|
||||
IID_IProviderAdmin: _PyIID
|
||||
KEEP_OPEN_READONLY: int
|
||||
KEEP_OPEN_READWRITE: int
|
||||
MAIL_E_NAMENOTFOUND: int
|
||||
def MAPIAdminProfiles() -> typing.Any:
|
||||
...
|
||||
|
||||
def MAPIInitialize() -> typing.Any:
|
||||
...
|
||||
|
||||
def MAPILogonEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def MAPIUIDFromBinary() -> typing.Any:
|
||||
...
|
||||
|
||||
def MAPIUninitialize() -> typing.Any:
|
||||
...
|
||||
|
||||
MAPI_ABCONT: int
|
||||
MAPI_ADDRBOOK: int
|
||||
MAPI_ALLOW_OTHERS: int
|
||||
MAPI_ASSOCIATED: int
|
||||
MAPI_ATTACH: int
|
||||
MAPI_BCC: int
|
||||
MAPI_BEST_ACCESS: int
|
||||
MAPI_CC: int
|
||||
MAPI_CREATE: int
|
||||
MAPI_DEFAULT_SERVICES: int
|
||||
MAPI_DEFERRED_ERRORS: int
|
||||
MAPI_DIALOG: int
|
||||
MAPI_DISTLIST: int
|
||||
MAPI_EXPLICIT_PROFILE: int
|
||||
MAPI_EXTENDED: int
|
||||
MAPI_E_ACCOUNT_DISABLED: int
|
||||
MAPI_E_AMBIGUOUS_RECIP: int
|
||||
MAPI_E_BAD_CHARWIDTH: int
|
||||
MAPI_E_BAD_COLUMN: int
|
||||
MAPI_E_BAD_VALUE: int
|
||||
MAPI_E_BUSY: int
|
||||
MAPI_E_CALL_FAILED: int
|
||||
MAPI_E_CANCEL: int
|
||||
MAPI_E_COLLISION: int
|
||||
MAPI_E_COMPUTED: int
|
||||
MAPI_E_CORRUPT_DATA: int
|
||||
MAPI_E_CORRUPT_STORE: int
|
||||
MAPI_E_DECLINE_COPY: int
|
||||
MAPI_E_DISK_ERROR: int
|
||||
MAPI_E_END_OF_SESSION: int
|
||||
MAPI_E_EXTENDED_ERROR: int
|
||||
MAPI_E_FAILONEPROVIDER: int
|
||||
MAPI_E_FOLDER_CYCLE: int
|
||||
MAPI_E_HAS_FOLDERS: int
|
||||
MAPI_E_HAS_MESSAGES: int
|
||||
MAPI_E_INTERFACE_NOT_SUPPORTED: int
|
||||
MAPI_E_INVALID_ACCESS_TIME: int
|
||||
MAPI_E_INVALID_BOOKMARK: int
|
||||
MAPI_E_INVALID_ENTRYID: int
|
||||
MAPI_E_INVALID_OBJECT: int
|
||||
MAPI_E_INVALID_PARAMETER: int
|
||||
MAPI_E_INVALID_TYPE: int
|
||||
MAPI_E_INVALID_WORKSTATION_ACCOUNT: int
|
||||
MAPI_E_LOCKID_LIMIT: int
|
||||
MAPI_E_LOGON_FAILED: int
|
||||
MAPI_E_MISSING_REQUIRED_COLUMN: int
|
||||
MAPI_E_NAMED_PROP_QUOTA_EXCEEDED: int
|
||||
MAPI_E_NETWORK_ERROR: int
|
||||
MAPI_E_NON_STANDARD: int
|
||||
MAPI_E_NOT_ENOUGH_DISK: int
|
||||
MAPI_E_NOT_ENOUGH_MEMORY: int
|
||||
MAPI_E_NOT_ENOUGH_RESOURCES: int
|
||||
MAPI_E_NOT_FOUND: int
|
||||
MAPI_E_NOT_INITIALIZED: int
|
||||
MAPI_E_NOT_IN_QUEUE: int
|
||||
MAPI_E_NOT_ME: int
|
||||
MAPI_E_NO_ACCESS: int
|
||||
MAPI_E_NO_RECIPIENTS: int
|
||||
MAPI_E_NO_SUPPORT: int
|
||||
MAPI_E_NO_SUPPRESS: int
|
||||
MAPI_E_OBJECT_CHANGED: int
|
||||
MAPI_E_OBJECT_DELETED: int
|
||||
MAPI_E_OFFLINE: int
|
||||
MAPI_E_PASSWORD_CHANGE_REQUIRED: int
|
||||
MAPI_E_PASSWORD_EXPIRED: int
|
||||
MAPI_E_PROFILE_DELETED: int
|
||||
MAPI_E_RECONNECTED: int
|
||||
MAPI_E_SESSION_LIMIT: int
|
||||
MAPI_E_STORE_FULL: int
|
||||
MAPI_E_STRING_TOO_LONG: int
|
||||
MAPI_E_SUBMITTED: int
|
||||
MAPI_E_TABLE_EMPTY: int
|
||||
MAPI_E_TABLE_TOO_BIG: int
|
||||
MAPI_E_TIMEOUT: int
|
||||
MAPI_E_TOO_BIG: int
|
||||
MAPI_E_TOO_COMPLEX: int
|
||||
MAPI_E_TYPE_NO_SUPPORT: int
|
||||
MAPI_E_UNABLE_TO_ABORT: int
|
||||
MAPI_E_UNABLE_TO_COMPLETE: int
|
||||
MAPI_E_UNCONFIGURED: int
|
||||
MAPI_E_UNEXPECTED_ID: int
|
||||
MAPI_E_UNEXPECTED_TYPE: int
|
||||
MAPI_E_UNKNOWN_CPID: int
|
||||
MAPI_E_UNKNOWN_ENTRYID: int
|
||||
MAPI_E_UNKNOWN_FLAGS: int
|
||||
MAPI_E_UNKNOWN_LCID: int
|
||||
MAPI_E_USER_CANCEL: int
|
||||
MAPI_E_VERSION: int
|
||||
MAPI_E_WAIT: int
|
||||
MAPI_FOLDER: int
|
||||
MAPI_FORCE_ACCESS: int
|
||||
MAPI_FORCE_DOWNLOAD: int
|
||||
MAPI_FORMINFO: int
|
||||
MAPI_INIT_VERSION: int
|
||||
MAPI_LOGON_UI: int
|
||||
MAPI_MAILUSER: int
|
||||
MAPI_MESSAGE: int
|
||||
MAPI_MODIFY: int
|
||||
MAPI_MOVE: int
|
||||
MAPI_MULTITHREAD_NOTIFICATIONS: int
|
||||
MAPI_NATIVE_BODY: int
|
||||
MAPI_NATIVE_BODY_TYPE_HTML: int
|
||||
MAPI_NATIVE_BODY_TYPE_PLAINTEXT: int
|
||||
MAPI_NATIVE_BODY_TYPE_RTF: int
|
||||
MAPI_NEW_SESSION: int
|
||||
MAPI_NOREPLACE: int
|
||||
MAPI_NO_IDS: int
|
||||
MAPI_NO_MAIL: int
|
||||
MAPI_NO_STRINGS: int
|
||||
MAPI_NT_SERVICE: int
|
||||
MAPI_P1: int
|
||||
MAPI_PASSWORD_UI: int
|
||||
MAPI_PROFSECT: int
|
||||
MAPI_SERVICE_UI_ALWAYS: int
|
||||
MAPI_SESSION: int
|
||||
MAPI_STATUS: int
|
||||
MAPI_STORE: int
|
||||
MAPI_SUBMITTED: int
|
||||
MAPI_TIMEOUT_SHORT: int
|
||||
MAPI_TO: int
|
||||
MAPI_UNICODE: int
|
||||
MAPI_USE_DEFAULT: int
|
||||
MAPI_W_APPROX_COUNT: int
|
||||
MAPI_W_CANCEL_MESSAGE: int
|
||||
MAPI_W_ERRORS_RETURNED: int
|
||||
MAPI_W_NO_SERVICE: int
|
||||
MAPI_W_PARTIAL_COMPLETION: int
|
||||
MAPI_W_POSITION_CHANGED: int
|
||||
MDB_NO_DIALOG: int
|
||||
MDB_NO_MAIL: int
|
||||
MDB_TEMPORARY: int
|
||||
MDB_WRITE: int
|
||||
MESSAGE_DIALOG: int
|
||||
MODRECIP_ADD: int
|
||||
MODRECIP_MODIFY: int
|
||||
MODRECIP_REMOVE: int
|
||||
MSPST_UID_PROVIDER: _PyIID
|
||||
NO_ATTACHMENT: int
|
||||
OPEN_IF_EXISTS: int
|
||||
def OpenIMsgOnIStg() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenIMsgSession() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenStreamOnFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def OpenStreamOnFileW() -> typing.Any:
|
||||
...
|
||||
|
||||
PSETID_Address: _PyIID
|
||||
PSETID_AirSync: _PyIID
|
||||
PSETID_Appointment: _PyIID
|
||||
PSETID_Common: _PyIID
|
||||
PSETID_Log: _PyIID
|
||||
PSETID_Meeting: _PyIID
|
||||
PSETID_Messaging: _PyIID
|
||||
PSETID_Note: _PyIID
|
||||
PSETID_PostRss: _PyIID
|
||||
PSETID_Remote: _PyIID
|
||||
PSETID_Report: _PyIID
|
||||
PSETID_Sharing: _PyIID
|
||||
PSETID_Task: _PyIID
|
||||
PSETID_UnifiedMessaging: _PyIID
|
||||
PSTF_BEST_ENCRYPTION: int
|
||||
PSTF_COMPRESSABLE_ENCRYPTION: int
|
||||
PSTF_NO_ENCRYPTION: int
|
||||
PS_INTERNET_HEADERS: _PyIID
|
||||
PS_MAPI: _PyIID
|
||||
PS_PUBLIC_STRINGS: _PyIID
|
||||
PS_ROUTING_ADDRTYPE: _PyIID
|
||||
PS_ROUTING_DISPLAY_NAME: _PyIID
|
||||
PS_ROUTING_EMAIL_ADDRESSES: _PyIID
|
||||
PS_ROUTING_ENTRYID: _PyIID
|
||||
PS_ROUTING_SEARCH_KEY: _PyIID
|
||||
RELOP_EQ: int
|
||||
RELOP_GE: int
|
||||
RELOP_GT: int
|
||||
RELOP_LE: int
|
||||
RELOP_LT: int
|
||||
RELOP_NE: int
|
||||
RELOP_RE: int
|
||||
RES_AND: int
|
||||
RES_BITMASK: int
|
||||
RES_COMMENT: int
|
||||
RES_COMPAREPROPS: int
|
||||
RES_CONTENT: int
|
||||
RES_EXIST: int
|
||||
RES_NOT: int
|
||||
RES_OR: int
|
||||
RES_PROPERTY: int
|
||||
RES_SIZE: int
|
||||
RES_SUBRESTRICTION: int
|
||||
def RTFStreamToHTML() -> typing.Any:
|
||||
...
|
||||
|
||||
def RTFSync() -> typing.Any:
|
||||
...
|
||||
|
||||
RTF_SYNC_BODY_CHANGED: int
|
||||
RTF_SYNC_RTF_CHANGED: int
|
||||
SERVICE_UI_ALLOWED: int
|
||||
SERVICE_UI_ALWAYS: int
|
||||
SHOW_SOFT_DELETES: int
|
||||
SOF_UNIQUEFILENAME: int
|
||||
STATUS_DEFAULT_STORE: int
|
||||
STATUS_FLUSH_QUEUES: int
|
||||
STATUS_INBOUND_FLUSH: int
|
||||
STATUS_OUTBOUND_FLUSH: int
|
||||
SUPPRESS_RECEIPT: int
|
||||
TABLE_CHANGED: int
|
||||
TABLE_ERROR: int
|
||||
TABLE_RELOAD: int
|
||||
TABLE_RESTRICT_DONE: int
|
||||
TABLE_ROW_ADDED: int
|
||||
TABLE_ROW_DELETED: int
|
||||
TABLE_ROW_MODIFIED: int
|
||||
TABLE_SETCOL_DONE: int
|
||||
TABLE_SORT_ASCEND: int
|
||||
TABLE_SORT_COMBINE: int
|
||||
TABLE_SORT_DESCEND: int
|
||||
TABLE_SORT_DONE: int
|
||||
TBL_ALL_COLUMNS: int
|
||||
TBL_ASYNC: int
|
||||
TBL_BATCH: int
|
||||
def WrapCompressedRTFStream() -> typing.Any:
|
||||
...
|
||||
|
||||
def WrapCompressedRTFStreamEx() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
fnevCriticalError: int
|
||||
fnevExtended: int
|
||||
fnevNewMail: int
|
||||
fnevObjectCopied: int
|
||||
fnevObjectCreated: int
|
||||
fnevObjectDeleted: int
|
||||
fnevObjectModified: int
|
||||
fnevObjectMoved: int
|
||||
fnevReservedForMapi: int
|
||||
fnevSearchComplete: int
|
||||
fnevStatusObjectModified: int
|
||||
fnevTableModified: int
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,95 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.propsys.propsys, version: unspecified
|
||||
|
||||
'A module, encapsulating the Property System interfaces.Available on Windows Vista and later, but can also be usedon XP if Desktop Search 3 is installed.'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
IID_IInitializeWithFile: _PyIID
|
||||
IID_IInitializeWithStream: _PyIID
|
||||
IID_INamedPropertyStore: _PyIID
|
||||
IID_IObjectWithPropertyKey: _PyIID
|
||||
IID_IPersistSerializedPropStorage: _PyIID
|
||||
IID_IPropertyChange: _PyIID
|
||||
IID_IPropertyChangeArray: _PyIID
|
||||
IID_IPropertyDescription: _PyIID
|
||||
IID_IPropertyDescriptionAliasInfo: _PyIID
|
||||
IID_IPropertyDescriptionList: _PyIID
|
||||
IID_IPropertyDescriptionSearchInfo: _PyIID
|
||||
IID_IPropertyEnumType: _PyIID
|
||||
IID_IPropertyEnumTypeList: _PyIID
|
||||
IID_IPropertyStore: _PyIID
|
||||
IID_IPropertyStoreCache: _PyIID
|
||||
IID_IPropertyStoreCapabilities: _PyIID
|
||||
IID_IPropertySystem: _PyIID
|
||||
PROPVARIANTType = _mod_builtins.PyPROPVARIANT
|
||||
def PSCreateMemoryPropertyStore() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSCreatePropertyChangeArray() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSCreatePropertyStoreFromPropertySetStorage() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSCreateSimplePropertyChange() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSGetItemPropertyHandler() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSGetNameFromPropertyKey() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSGetNamedPropertyFromPropertyStorage() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSGetPropertyDescription() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSGetPropertyFromPropertyStorage() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSGetPropertyKeyFromName() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSGetPropertySystem() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSLookupPropertyHandlerCLSID() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSRegisterPropertySchema() -> typing.Any:
|
||||
...
|
||||
|
||||
def PSUnregisterPropertySchema() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetPropertyStoreForWindow() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetPropertyStoreFromParsingName() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHSetDefaultProperties() -> typing.Any:
|
||||
...
|
||||
|
||||
def StgDeserializePropVariant() -> typing.Any:
|
||||
...
|
||||
|
||||
def StgSerializePropVariant() -> typing.Any:
|
||||
...
|
||||
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.com_error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1 @@
|
|||
partial
|
|
@ -0,0 +1,514 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.shell.shell, version: unspecified
|
||||
|
||||
'A module wrapping Windows Shell functions and interfaces'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
def AddressAsPIDL() -> typing.Any:
|
||||
...
|
||||
|
||||
def AssocCreate() -> typing.Any:
|
||||
...
|
||||
|
||||
def AssocCreateForClasses() -> typing.Any:
|
||||
...
|
||||
|
||||
BHID_AssociationArray: _PyIID
|
||||
BHID_DataObject: _PyIID
|
||||
BHID_EnumItems: _PyIID
|
||||
BHID_Filter: _PyIID
|
||||
BHID_LinkTargetItem: _PyIID
|
||||
BHID_PropertyStore: _PyIID
|
||||
BHID_SFObject: _PyIID
|
||||
BHID_SFUIObject: _PyIID
|
||||
BHID_SFViewObject: _PyIID
|
||||
BHID_Storage: _PyIID
|
||||
BHID_StorageEnum: _PyIID
|
||||
BHID_Stream: _PyIID
|
||||
BHID_ThumbnailHandler: _PyIID
|
||||
BHID_Transfer: _PyIID
|
||||
CGID_DefView: _PyIID
|
||||
CGID_Explorer: _PyIID
|
||||
CGID_ExplorerBarDoc: _PyIID
|
||||
CGID_ShellDocView: _PyIID
|
||||
CGID_ShellServiceObject: _PyIID
|
||||
def CIDAAsString() -> typing.Any:
|
||||
...
|
||||
|
||||
CLSID_ActiveDesktop: _PyIID
|
||||
CLSID_ApplicationDestinations: _PyIID
|
||||
CLSID_ApplicationDocumentLists: _PyIID
|
||||
CLSID_ControlPanel: _PyIID
|
||||
CLSID_DestinationList: _PyIID
|
||||
CLSID_DragDropHelper: _PyIID
|
||||
CLSID_EnumerableObjectCollection: _PyIID
|
||||
CLSID_FileOperation: _PyIID
|
||||
CLSID_Internet: _PyIID
|
||||
CLSID_InternetShortcut: _PyIID
|
||||
CLSID_KnownFolderManager: _PyIID
|
||||
CLSID_MyComputer: _PyIID
|
||||
CLSID_MyDocuments: _PyIID
|
||||
CLSID_NetworkDomain: _PyIID
|
||||
CLSID_NetworkPlaces: _PyIID
|
||||
CLSID_NetworkServer: _PyIID
|
||||
CLSID_NetworkShare: _PyIID
|
||||
CLSID_Printers: _PyIID
|
||||
CLSID_RecycleBin: _PyIID
|
||||
CLSID_ShellDesktop: _PyIID
|
||||
CLSID_ShellFSFolder: _PyIID
|
||||
CLSID_ShellItem: _PyIID
|
||||
CLSID_ShellLibrary: _PyIID
|
||||
CLSID_ShellLink: _PyIID
|
||||
CLSID_TaskbarList: _PyIID
|
||||
def DragQueryFile() -> typing.Any:
|
||||
...
|
||||
|
||||
def DragQueryFileW() -> typing.Any:
|
||||
...
|
||||
|
||||
def DragQueryPoint() -> typing.Any:
|
||||
...
|
||||
|
||||
EP_AdvQueryPane: _PyIID
|
||||
EP_Commands: _PyIID
|
||||
EP_Commands_Organize: _PyIID
|
||||
EP_Commands_View: _PyIID
|
||||
EP_DetailsPane: _PyIID
|
||||
EP_NavPane: _PyIID
|
||||
EP_PreviewPane: _PyIID
|
||||
EP_QueryPane: _PyIID
|
||||
def FILEGROUPDESCRIPTORAsString() -> typing.Any:
|
||||
...
|
||||
|
||||
FMTID_AudioSummaryInformation: _PyIID
|
||||
FMTID_Briefcase: _PyIID
|
||||
FMTID_Displaced: _PyIID
|
||||
FMTID_ImageProperties: _PyIID
|
||||
FMTID_ImageSummaryInformation: _PyIID
|
||||
FMTID_InternetSite: _PyIID
|
||||
FMTID_Intshcut: _PyIID
|
||||
FMTID_MediaFileSummaryInformation: _PyIID
|
||||
FMTID_Misc: _PyIID
|
||||
FMTID_Query: _PyIID
|
||||
FMTID_ShellDetails: _PyIID
|
||||
FMTID_Storage: _PyIID
|
||||
FMTID_SummaryInformation: _PyIID
|
||||
FMTID_Volume: _PyIID
|
||||
FMTID_WebView: _PyIID
|
||||
FOLDERID_AddNewPrograms: _PyIID
|
||||
FOLDERID_AdminTools: _PyIID
|
||||
FOLDERID_AppUpdates: _PyIID
|
||||
FOLDERID_CDBurning: _PyIID
|
||||
FOLDERID_ChangeRemovePrograms: _PyIID
|
||||
FOLDERID_CommonAdminTools: _PyIID
|
||||
FOLDERID_CommonOEMLinks: _PyIID
|
||||
FOLDERID_CommonPrograms: _PyIID
|
||||
FOLDERID_CommonStartMenu: _PyIID
|
||||
FOLDERID_CommonStartup: _PyIID
|
||||
FOLDERID_CommonTemplates: _PyIID
|
||||
FOLDERID_ComputerFolder: _PyIID
|
||||
FOLDERID_ConflictFolder: _PyIID
|
||||
FOLDERID_ConnectionsFolder: _PyIID
|
||||
FOLDERID_Contacts: _PyIID
|
||||
FOLDERID_ControlPanelFolder: _PyIID
|
||||
FOLDERID_Cookies: _PyIID
|
||||
FOLDERID_Desktop: _PyIID
|
||||
FOLDERID_DeviceMetadataStore: _PyIID
|
||||
FOLDERID_Documents: _PyIID
|
||||
FOLDERID_DocumentsLibrary: _PyIID
|
||||
FOLDERID_Downloads: _PyIID
|
||||
FOLDERID_Favorites: _PyIID
|
||||
FOLDERID_Fonts: _PyIID
|
||||
FOLDERID_GameTasks: _PyIID
|
||||
FOLDERID_Games: _PyIID
|
||||
FOLDERID_History: _PyIID
|
||||
FOLDERID_HomeGroup: _PyIID
|
||||
FOLDERID_ImplicitAppShortcuts: _PyIID
|
||||
FOLDERID_InternetCache: _PyIID
|
||||
FOLDERID_InternetFolder: _PyIID
|
||||
FOLDERID_Libraries: _PyIID
|
||||
FOLDERID_Links: _PyIID
|
||||
FOLDERID_LocalAppData: _PyIID
|
||||
FOLDERID_LocalAppDataLow: _PyIID
|
||||
FOLDERID_LocalizedResourcesDir: _PyIID
|
||||
FOLDERID_Music: _PyIID
|
||||
FOLDERID_MusicLibrary: _PyIID
|
||||
FOLDERID_NetHood: _PyIID
|
||||
FOLDERID_NetworkFolder: _PyIID
|
||||
FOLDERID_OriginalImages: _PyIID
|
||||
FOLDERID_PhotoAlbums: _PyIID
|
||||
FOLDERID_Pictures: _PyIID
|
||||
FOLDERID_PicturesLibrary: _PyIID
|
||||
FOLDERID_Playlists: _PyIID
|
||||
FOLDERID_PrintHood: _PyIID
|
||||
FOLDERID_PrintersFolder: _PyIID
|
||||
FOLDERID_Profile: _PyIID
|
||||
FOLDERID_ProgramData: _PyIID
|
||||
FOLDERID_ProgramFiles: _PyIID
|
||||
FOLDERID_ProgramFilesCommon: _PyIID
|
||||
FOLDERID_ProgramFilesCommonX64: _PyIID
|
||||
FOLDERID_ProgramFilesCommonX86: _PyIID
|
||||
FOLDERID_ProgramFilesX64: _PyIID
|
||||
FOLDERID_ProgramFilesX86: _PyIID
|
||||
FOLDERID_Programs: _PyIID
|
||||
FOLDERID_Public: _PyIID
|
||||
FOLDERID_PublicDesktop: _PyIID
|
||||
FOLDERID_PublicDocuments: _PyIID
|
||||
FOLDERID_PublicDownloads: _PyIID
|
||||
FOLDERID_PublicGameTasks: _PyIID
|
||||
FOLDERID_PublicLibraries: _PyIID
|
||||
FOLDERID_PublicMusic: _PyIID
|
||||
FOLDERID_PublicPictures: _PyIID
|
||||
FOLDERID_PublicRingtones: _PyIID
|
||||
FOLDERID_PublicVideos: _PyIID
|
||||
FOLDERID_QuickLaunch: _PyIID
|
||||
FOLDERID_Recent: _PyIID
|
||||
FOLDERID_RecordedTVLibrary: _PyIID
|
||||
FOLDERID_RecycleBinFolder: _PyIID
|
||||
FOLDERID_ResourceDir: _PyIID
|
||||
FOLDERID_Ringtones: _PyIID
|
||||
FOLDERID_RoamingAppData: _PyIID
|
||||
FOLDERID_SEARCH_CSC: _PyIID
|
||||
FOLDERID_SEARCH_MAPI: _PyIID
|
||||
FOLDERID_SampleMusic: _PyIID
|
||||
FOLDERID_SamplePictures: _PyIID
|
||||
FOLDERID_SamplePlaylists: _PyIID
|
||||
FOLDERID_SampleVideos: _PyIID
|
||||
FOLDERID_SavedGames: _PyIID
|
||||
FOLDERID_SavedSearches: _PyIID
|
||||
FOLDERID_SearchHome: _PyIID
|
||||
FOLDERID_SendTo: _PyIID
|
||||
FOLDERID_SidebarDefaultParts: _PyIID
|
||||
FOLDERID_SidebarParts: _PyIID
|
||||
FOLDERID_StartMenu: _PyIID
|
||||
FOLDERID_Startup: _PyIID
|
||||
FOLDERID_SyncManagerFolder: _PyIID
|
||||
FOLDERID_SyncResultsFolder: _PyIID
|
||||
FOLDERID_SyncSetupFolder: _PyIID
|
||||
FOLDERID_System: _PyIID
|
||||
FOLDERID_SystemX86: _PyIID
|
||||
FOLDERID_Templates: _PyIID
|
||||
FOLDERID_UserPinned: _PyIID
|
||||
FOLDERID_UserProfiles: _PyIID
|
||||
FOLDERID_UserProgramFiles: _PyIID
|
||||
FOLDERID_UserProgramFilesCommon: _PyIID
|
||||
FOLDERID_UsersFiles: _PyIID
|
||||
FOLDERID_UsersLibraries: _PyIID
|
||||
FOLDERID_Videos: _PyIID
|
||||
FOLDERID_VideosLibrary: _PyIID
|
||||
FOLDERID_Windows: _PyIID
|
||||
FOLDERTYPEID_Communications: _PyIID
|
||||
FOLDERTYPEID_CompressedFolder: _PyIID
|
||||
FOLDERTYPEID_Contacts: _PyIID
|
||||
FOLDERTYPEID_ControlPanelCategory: _PyIID
|
||||
FOLDERTYPEID_ControlPanelClassic: _PyIID
|
||||
FOLDERTYPEID_Documents: _PyIID
|
||||
FOLDERTYPEID_Games: _PyIID
|
||||
FOLDERTYPEID_Generic: _PyIID
|
||||
FOLDERTYPEID_GenericLibrary: _PyIID
|
||||
FOLDERTYPEID_GenericSearchResults: _PyIID
|
||||
FOLDERTYPEID_Invalid: _PyIID
|
||||
FOLDERTYPEID_Music: _PyIID
|
||||
FOLDERTYPEID_NetworkExplorer: _PyIID
|
||||
FOLDERTYPEID_OpenSearch: _PyIID
|
||||
FOLDERTYPEID_OtherUsers: _PyIID
|
||||
FOLDERTYPEID_Pictures: _PyIID
|
||||
FOLDERTYPEID_Printers: _PyIID
|
||||
FOLDERTYPEID_PublishedItems: _PyIID
|
||||
FOLDERTYPEID_RecordedTV: _PyIID
|
||||
FOLDERTYPEID_RecycleBin: _PyIID
|
||||
FOLDERTYPEID_SavedGames: _PyIID
|
||||
FOLDERTYPEID_SearchConnector: _PyIID
|
||||
FOLDERTYPEID_SearchHome: _PyIID
|
||||
FOLDERTYPEID_Searches: _PyIID
|
||||
FOLDERTYPEID_SoftwareExplorer: _PyIID
|
||||
FOLDERTYPEID_StartMenu: _PyIID
|
||||
FOLDERTYPEID_UserFiles: _PyIID
|
||||
FOLDERTYPEID_UsersLibraries: _PyIID
|
||||
FOLDERTYPEID_Videos: _PyIID
|
||||
def GetCurrentProcessExplicitAppUserModelID() -> typing.Any:
|
||||
...
|
||||
|
||||
HOTKEYF_ALT: int
|
||||
HOTKEYF_CONTROL: int
|
||||
HOTKEYF_EXT: int
|
||||
HOTKEYF_SHIFT: int
|
||||
IID_CDefView: _PyIID
|
||||
IID_IADesktopP2: _PyIID
|
||||
IID_IActiveDesktop: _PyIID
|
||||
IID_IActiveDesktopP: _PyIID
|
||||
IID_IApplicationDestinations: _PyIID
|
||||
IID_IApplicationDocumentLists: _PyIID
|
||||
IID_IAsyncOperation: _PyIID
|
||||
IID_IBrowserFrameOptions: _PyIID
|
||||
IID_ICategorizer: _PyIID
|
||||
IID_ICategoryProvider: _PyIID
|
||||
IID_IColumnProvider: _PyIID
|
||||
IID_IContextMenu: _PyIID
|
||||
IID_IContextMenu2: _PyIID
|
||||
IID_IContextMenu3: _PyIID
|
||||
IID_ICopyHook: _PyIID
|
||||
IID_ICopyHookA: _PyIID
|
||||
IID_ICopyHookW: _PyIID
|
||||
IID_ICurrentItem: _PyIID
|
||||
IID_ICustomDestinationList: _PyIID
|
||||
IID_IDefaultExtractIconInit: _PyIID
|
||||
IID_IDeskBand: _PyIID
|
||||
IID_IDisplayItem: _PyIID
|
||||
IID_IDockingWindow: _PyIID
|
||||
IID_IDropTargetHelper: _PyIID
|
||||
IID_IEmptyVolumeCache: _PyIID
|
||||
IID_IEmptyVolumeCache2: _PyIID
|
||||
IID_IEmptyVolumeCacheCallBack: _PyIID
|
||||
IID_IEnumExplorerCommand: _PyIID
|
||||
IID_IEnumIDList: _PyIID
|
||||
IID_IEnumObjects: _PyIID
|
||||
IID_IEnumResources: _PyIID
|
||||
IID_IEnumShellItems: _PyIID
|
||||
IID_IExplorerBrowser: _PyIID
|
||||
IID_IExplorerBrowserEvents: _PyIID
|
||||
IID_IExplorerCommand: _PyIID
|
||||
IID_IExplorerCommandProvider: _PyIID
|
||||
IID_IExplorerPaneVisibility: _PyIID
|
||||
IID_IExtractIcon: _PyIID
|
||||
IID_IExtractIconW: _PyIID
|
||||
IID_IExtractImage: _PyIID
|
||||
IID_IFileOperation: _PyIID
|
||||
IID_IFileOperationProgressSink: _PyIID
|
||||
IID_IIdentityName: _PyIID
|
||||
IID_IKnownFolder: _PyIID
|
||||
IID_IKnownFolderManager: _PyIID
|
||||
IID_INameSpaceTreeControl: _PyIID
|
||||
IID_IObjectArray: _PyIID
|
||||
IID_IObjectCollection: _PyIID
|
||||
IID_IPersistFolder: _PyIID
|
||||
IID_IPersistFolder2: _PyIID
|
||||
IID_IQueryAssociations: _PyIID
|
||||
IID_IRelatedItem: _PyIID
|
||||
IID_IShellBrowser: _PyIID
|
||||
IID_IShellCopyHook: _PyIID
|
||||
IID_IShellCopyHookA: _PyIID
|
||||
IID_IShellCopyHookW: _PyIID
|
||||
IID_IShellExtInit: _PyIID
|
||||
IID_IShellFolder: _PyIID
|
||||
IID_IShellFolder2: _PyIID
|
||||
IID_IShellIcon: _PyIID
|
||||
IID_IShellIconOverlay: _PyIID
|
||||
IID_IShellIconOverlayIdentifier: _PyIID
|
||||
IID_IShellIconOverlayManager: _PyIID
|
||||
IID_IShellItem: _PyIID
|
||||
IID_IShellItem2: _PyIID
|
||||
IID_IShellItemArray: _PyIID
|
||||
IID_IShellItemResources: _PyIID
|
||||
IID_IShellLibrary: _PyIID
|
||||
IID_IShellLink: _PyIID
|
||||
IID_IShellLinkA: _PyIID
|
||||
IID_IShellLinkDataList: _PyIID
|
||||
IID_IShellLinkW: _PyIID
|
||||
IID_IShellView: _PyIID
|
||||
IID_ITaskbarList: _PyIID
|
||||
IID_ITransferAdviseSink: _PyIID
|
||||
IID_ITransferDestination: _PyIID
|
||||
IID_ITransferMediumItem: _PyIID
|
||||
IID_ITransferSource: _PyIID
|
||||
IID_IUniformResourceLocator: _PyIID
|
||||
def IsUserAnAdmin() -> typing.Any:
|
||||
...
|
||||
|
||||
def PIDLAsString() -> typing.Any:
|
||||
...
|
||||
|
||||
ResourceTypeStream: _PyIID
|
||||
def SHAddToRecentDocs() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHBrowseForFolder() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHChangeNotify() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHChangeNotifyDeregister() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHChangeNotifyRegister() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateDataObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateDefaultContextMenu() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateDefaultExtractIcon() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateItemFromIDList() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateItemFromParsingName() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateItemFromRelativeName() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateItemInKnownFolder() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateItemWithParent() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateShellFolderView() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateShellItem() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateShellItemArray() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateShellItemArrayFromDataObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateShellItemArrayFromIDLists() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateShellItemArrayFromShellItem() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHCreateStreamOnFileEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHEmptyRecycleBin() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHFileOperation() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetDesktopFolder() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetFileInfo() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetFolderLocation() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetFolderPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetIDListFromObject() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetInstanceExplorer() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetNameFromIDList() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetPathFromIDList() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetPathFromIDListW() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetSettings() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetSpecialFolderLocation() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetSpecialFolderPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHGetViewStatePropertyBag() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHILCreateFromPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHOpenFolderAndSelectItems() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHParseDisplayName() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHQueryRecycleBin() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHSetFolderPath() -> typing.Any:
|
||||
...
|
||||
|
||||
def SHUpdateImage() -> typing.Any:
|
||||
...
|
||||
|
||||
SID_CtxQueryAssociations: _PyIID
|
||||
SID_DefView: _PyIID
|
||||
SID_LinkSite: _PyIID
|
||||
SID_MenuShellFolder: _PyIID
|
||||
SID_SCommDlgBrowser: _PyIID
|
||||
SID_SGetViewFromViewDual: _PyIID
|
||||
SID_SInternetExplorer: _PyIID
|
||||
SID_SMenuBandBKContextMenu: _PyIID
|
||||
SID_SMenuBandBottom: _PyIID
|
||||
SID_SMenuBandBottomSelected: _PyIID
|
||||
SID_SMenuBandChild: _PyIID
|
||||
SID_SMenuBandContextMenuModifier: _PyIID
|
||||
SID_SMenuBandParent: _PyIID
|
||||
SID_SMenuBandTop: _PyIID
|
||||
SID_SMenuPopup: _PyIID
|
||||
SID_SProgressUI: _PyIID
|
||||
SID_SShellBrowser: _PyIID
|
||||
SID_SShellDesktop: _PyIID
|
||||
SID_STopLevelBrowser: _PyIID
|
||||
SID_STopWindow: _PyIID
|
||||
SID_SUrlHistory: _PyIID
|
||||
SID_SWebBrowserApp: _PyIID
|
||||
SID_ShellFolderViewCB: _PyIID
|
||||
SLGP_RAWPATH: int
|
||||
SLGP_SHORTPATH: int
|
||||
SLGP_UNCPRIORITY: int
|
||||
SLR_ANY_MATCH: int
|
||||
SLR_INVOKE_MSI: int
|
||||
SLR_NOLINKINFO: int
|
||||
SLR_NOSEARCH: int
|
||||
SLR_NOTRACK: int
|
||||
SLR_NOUPDATE: int
|
||||
SLR_NO_UI: int
|
||||
SLR_UPDATE: int
|
||||
def SetCurrentProcessExplicitAppUserModelID() -> typing.Any:
|
||||
...
|
||||
|
||||
def ShellExecuteEx() -> typing.Any:
|
||||
...
|
||||
|
||||
def StringAsCIDA() -> typing.Any:
|
||||
...
|
||||
|
||||
def StringAsFILEGROUPDESCRIPTOR() -> typing.Any:
|
||||
...
|
||||
|
||||
def StringAsPIDL() -> typing.Any:
|
||||
...
|
||||
|
||||
VID_Details: _PyIID
|
||||
VID_LargeIcons: _PyIID
|
||||
VID_List: _PyIID
|
||||
VID_SmallIcons: _PyIID
|
||||
VID_ThumbStrip: _PyIID
|
||||
VID_Thumbnails: _PyIID
|
||||
VID_Tile: _PyIID
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
error = _mod_pywintypes.com_error
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
|
@ -0,0 +1,100 @@
|
|||
# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
|
||||
# Library: win32comext, version: unspecified
|
||||
# Module: win32comext.taskscheduler.taskscheduler, version: unspecified
|
||||
|
||||
'Supports the Scheduled Tasks COM interfaces'
|
||||
|
||||
import typing
|
||||
import builtins as _mod_builtins
|
||||
import win32.lib.pywintypes as _mod_pywintypes
|
||||
|
||||
_PyIID = _mod_pywintypes.IID
|
||||
|
||||
CLSID_CTask: _PyIID
|
||||
CLSID_CTaskScheduler: _PyIID
|
||||
HIGH_PRIORITY_CLASS: int
|
||||
IDLE_PRIORITY_CLASS: int
|
||||
IID_IProvideTaskPage: _PyIID
|
||||
IID_IScheduledWorkItem: _PyIID
|
||||
IID_ITask: _PyIID
|
||||
IID_ITaskScheduler: _PyIID
|
||||
IID_ITaskTrigger: _PyIID
|
||||
NORMAL_PRIORITY_CLASS: int
|
||||
REALTIME_PRIORITY_CLASS: int
|
||||
SCHED_E_ACCOUNT_DBASE_CORRUPT: int
|
||||
SCHED_E_ACCOUNT_INFORMATION_NOT_SET: int
|
||||
SCHED_E_ACCOUNT_NAME_NOT_FOUND: int
|
||||
SCHED_E_CANNOT_OPEN_TASK: int
|
||||
SCHED_E_INVALID_TASK: int
|
||||
SCHED_E_SERVICE_NOT_INSTALLED: int
|
||||
SCHED_E_TASK_NOT_READY: int
|
||||
SCHED_E_TASK_NOT_RUNNING: int
|
||||
SCHED_E_TRIGGER_NOT_FOUND: int
|
||||
SCHED_E_UNKNOWN_OBJECT_VERSION: int
|
||||
SCHED_S_EVENT_TRIGGER: int
|
||||
SCHED_S_TASK_DISABLED: int
|
||||
SCHED_S_TASK_HAS_NOT_RUN: int
|
||||
SCHED_S_TASK_NOT_SCHEDULED: int
|
||||
SCHED_S_TASK_NO_MORE_RUNS: int
|
||||
SCHED_S_TASK_NO_VALID_TRIGGERS: int
|
||||
SCHED_S_TASK_READY: int
|
||||
SCHED_S_TASK_RUNNING: int
|
||||
SCHED_S_TASK_TERMINATED: int
|
||||
TASKPAGE_SCHEDULE: int
|
||||
TASKPAGE_SETTINGS: int
|
||||
TASKPAGE_TASK: int
|
||||
TASK_APRIL: int
|
||||
TASK_AUGUST: int
|
||||
TASK_DECEMBER: int
|
||||
TASK_EVENT_TRIGGER_AT_LOGON: int
|
||||
TASK_EVENT_TRIGGER_AT_SYSTEMSTART: int
|
||||
TASK_EVENT_TRIGGER_ON_IDLE: int
|
||||
TASK_FEBRUARY: int
|
||||
TASK_FIRST_WEEK: int
|
||||
TASK_FLAG_DELETE_WHEN_DONE: int
|
||||
TASK_FLAG_DISABLED: int
|
||||
TASK_FLAG_DONT_START_IF_ON_BATTERIES: int
|
||||
TASK_FLAG_HIDDEN: int
|
||||
TASK_FLAG_INTERACTIVE: int
|
||||
TASK_FLAG_KILL_IF_GOING_ON_BATTERIES: int
|
||||
TASK_FLAG_KILL_ON_IDLE_END: int
|
||||
TASK_FLAG_RESTART_ON_IDLE_RESUME: int
|
||||
TASK_FLAG_RUN_IF_CONNECTED_TO_INTERNET: int
|
||||
TASK_FLAG_RUN_ONLY_IF_DOCKED: int
|
||||
TASK_FLAG_RUN_ONLY_IF_LOGGED_ON: int
|
||||
TASK_FLAG_START_ONLY_IF_IDLE: int
|
||||
TASK_FLAG_SYSTEM_REQUIRED: int
|
||||
TASK_FOURTH_WEEK: int
|
||||
TASK_FRIDAY: int
|
||||
TASK_JANUARY: int
|
||||
TASK_JULY: int
|
||||
TASK_JUNE: int
|
||||
TASK_LAST_WEEK: int
|
||||
TASK_MARCH: int
|
||||
TASK_MAY: int
|
||||
TASK_MONDAY: int
|
||||
TASK_NOVEMBER: int
|
||||
TASK_OCTOBER: int
|
||||
TASK_SATURDAY: int
|
||||
TASK_SECOND_WEEK: int
|
||||
TASK_SEPTEMBER: int
|
||||
TASK_SUNDAY: int
|
||||
TASK_THIRD_WEEK: int
|
||||
TASK_THURSDAY: int
|
||||
TASK_TIME_TRIGGER_DAILY: int
|
||||
TASK_TIME_TRIGGER_MONTHLYDATE: int
|
||||
TASK_TIME_TRIGGER_MONTHLYDOW: int
|
||||
TASK_TIME_TRIGGER_ONCE: int
|
||||
TASK_TIME_TRIGGER_WEEKLY: int
|
||||
TASK_TRIGGER_FLAG_DISABLED: int
|
||||
TASK_TRIGGER_FLAG_HAS_END_DATE: int
|
||||
TASK_TRIGGER_FLAG_KILL_AT_DURATION_END: int
|
||||
TASK_TUESDAY: int
|
||||
TASK_WEDNESDAY: int
|
||||
__doc__: str
|
||||
__file__: str
|
||||
__name__: str
|
||||
__package__: str
|
||||
def __getattr__(name) -> typing.Any:
|
||||
...
|
||||
|
Загрузка…
Ссылка в новой задаче