ReactOS 0.4.16-dev-1278-gd809cd0
|
#include "wingdi.h"
Go to the source code of this file.
Classes | |
struct | _APPKEY |
Typedefs | |
typedef struct _APPKEY | APPKEY |
typedef struct _APPKEY * | LPAPPKEY |
Variables | |
WINBASEAPI _In_ DWORD | nLength |
WINBASEAPI _In_ DWORD _Out_ _In_ WORD | wFlags |
#define _WINCONP_ |
Definition at line 20 of file wincon_undoc.h.
#define CHAR_TYPE_LEADING 2 |
Definition at line 538 of file wincon_undoc.h.
#define CHAR_TYPE_SBCS 0 |
Definition at line 537 of file wincon_undoc.h.
#define CHAR_TYPE_TRAILING 3 |
Definition at line 539 of file wincon_undoc.h.
#define COMMON_LVB_SBCSDBCS (COMMON_LVB_LEADING_BYTE | COMMON_LVB_TRAILING_BYTE) /* == 0x0300 */ |
Definition at line 59 of file wincon_undoc.h.
#define CONSOLE_ALTENTER 0x00000008 /* Alt + Enter */ |
Definition at line 270 of file wincon_undoc.h.
Definition at line 268 of file wincon_undoc.h.
Definition at line 271 of file wincon_undoc.h.
#define CONSOLE_ALTSPACE 0x00000004 /* Alt + Space */ |
Definition at line 269 of file wincon_undoc.h.
#define CONSOLE_ALTTAB 0x00000001 /* Alt + Tab */ |
Definition at line 267 of file wincon_undoc.h.
Definition at line 273 of file wincon_undoc.h.
#define CONSOLE_GRAPHICS_BUFFER 2 |
Definition at line 68 of file wincon_undoc.h.
#define CONSOLE_MODIFIER_ALT 0x0008 |
Definition at line 282 of file wincon_undoc.h.
#define CONSOLE_MODIFIER_CONTROL 0x0004 |
Definition at line 281 of file wincon_undoc.h.
#define CONSOLE_MODIFIER_SHIFT 0x0003 |
Definition at line 280 of file wincon_undoc.h.
Definition at line 266 of file wincon_undoc.h.
#define CONSOLE_OVERSTRIKE 0x0001 |
Definition at line 106 of file wincon_undoc.h.
Definition at line 272 of file wincon_undoc.h.
#define CONSOLE_READ_NOREMOVE 0x0001 |
Definition at line 324 of file wincon_undoc.h.
#define CONSOLE_READ_NOWAIT 0x0002 |
Definition at line 325 of file wincon_undoc.h.
#define CONSOLE_READ_VALID (CONSOLE_READ_NOREMOVE | CONSOLE_READ_NOWAIT) |
Definition at line 326 of file wincon_undoc.h.
#define CONSOLE_REGISTER_VDM 1 |
Definition at line 457 of file wincon_undoc.h.
#define CONSOLE_REGISTER_WOW 2 |
Definition at line 458 of file wincon_undoc.h.
#define CONSOLE_SELECTION_INVERTED 0x0010 /* Selection is inverted (turned off) */ |
Definition at line 91 of file wincon_undoc.h.
#define CONSOLE_SELECTION_VALID |
Definition at line 92 of file wincon_undoc.h.
#define CONSOLE_UNREGISTER_VDM 0 |
Definition at line 456 of file wincon_undoc.h.
#define CONSOLE_WINDOWED 0 /* Windowed console */ |
Definition at line 41 of file wincon_undoc.h.
#define CTRL_LAST_CLOSE_EVENT 3 |
Definition at line 75 of file wincon_undoc.h.
#define ENABLE_EXTENDED_FLAGS 0x0080 |
Definition at line 85 of file wincon_undoc.h.
#define ENABLE_INSERT_MODE 0x0020 |
Definition at line 83 of file wincon_undoc.h.
#define ENABLE_QUICK_EDIT_MODE 0x0040 |
Definition at line 84 of file wincon_undoc.h.
#define EXENAME_LENGTH (255 + 1) |
Definition at line 138 of file wincon_undoc.h.
#define ExpungeConsoleCommandHistory ExpungeConsoleCommandHistoryA |
Definition at line 605 of file wincon_undoc.h.
#define GetConsoleCommandHistory GetConsoleCommandHistoryA |
Definition at line 606 of file wincon_undoc.h.
#define GetConsoleCommandHistoryLength GetConsoleCommandHistoryLengthA |
Definition at line 607 of file wincon_undoc.h.
#define GetConsoleInputExeName GetConsoleInputExeNameA |
Definition at line 603 of file wincon_undoc.h.
#define GetConsoleKeyboardLayoutName GetConsoleKeyboardLayoutNameA |
Definition at line 609 of file wincon_undoc.h.
#define HISTORY_NO_DUP_FLAG 0x0001 |
Definition at line 102 of file wincon_undoc.h.
#define KL_NAMELENGTH 9 |
Definition at line 295 of file wincon_undoc.h.
#define ReadConsoleInputEx ReadConsoleInputExA |
Definition at line 610 of file wincon_undoc.h.
#define SetConsoleInputExeName SetConsoleInputExeNameA |
Definition at line 604 of file wincon_undoc.h.
#define SetConsoleNumberOfCommands SetConsoleNumberOfCommandsA |
Definition at line 608 of file wincon_undoc.h.
#define VDM_CLIENT_RECT 3 |
Definition at line 481 of file wincon_undoc.h.
#define VDM_CLIENT_TO_SCREEN 4 |
Definition at line 482 of file wincon_undoc.h.
#define VDM_FULLSCREEN_NOPAINT 7 |
Definition at line 485 of file wincon_undoc.h.
#define VDM_HIDE_WINDOW 1 |
Definition at line 479 of file wincon_undoc.h.
#define VDM_IS_HIDDEN 6 |
Definition at line 484 of file wincon_undoc.h.
#define VDM_IS_ICONIC 2 |
Definition at line 480 of file wincon_undoc.h.
#define VDM_SCREEN_TO_CLIENT 5 |
Definition at line 483 of file wincon_undoc.h.
#define VDM_SET_VIDEO_MODE 8 |
Definition at line 486 of file wincon_undoc.h.
#define WriteConsoleInputVDM WriteConsoleInputVDMA |
Definition at line 611 of file wincon_undoc.h.
WINBASEAPI _In_ DWORD _Out_ _Deref_out_range_ | ( | <= | , |
nLength | |||
) |
WINBASEAPI _Out_writes_to_ | ( | nLength | , |
* | lpNumberOfEventsRead | ||
) |
WINBASEAPI _Success_ | ( | return ! | = FALSE | ) |
Definition at line 1028 of file fsctrl.c.
C_ASSERT | ( | FIELD_OFFSET(KEY_EVENT_RECORD, uChar) | = =0xA | ) |
WINBASEAPI BOOL WINAPI CloseConsoleHandle | ( | _In_ HANDLE | hHandle | ) |
WINBASEAPI HMENU WINAPI ConsoleMenuControl | ( | _In_ HANDLE | hConsoleOutput, |
_In_ DWORD | dwCmdIdLow, | ||
_In_ DWORD | dwCmdIdHigh | ||
) |
WINBASEAPI HANDLE WINAPI DuplicateConsoleHandle | ( | _In_ HANDLE | hSourceHandle, |
_In_ DWORD | dwDesiredAccess, | ||
_In_ BOOL | bInheritHandle, | ||
_In_ DWORD | dwOptions | ||
) |
WINBASEAPI VOID WINAPI ExpungeConsoleCommandHistoryA | ( | _In_ LPCSTR | lpExeName | ) |
WINBASEAPI VOID WINAPI ExpungeConsoleCommandHistoryW | ( | _In_ LPCWSTR | lpExeName | ) |
WINBASEAPI BOOL WINAPI GetConsoleCharType | ( | _In_ HANDLE | hConsole, |
_In_ COORD | coordCheck, | ||
_Out_ PDWORD | pdwType | ||
) |
WINBASEAPI DWORD WINAPI GetConsoleCommandHistoryA | ( | _Out_writes_bytes_(cbHistory) LPSTR | lpHistory, |
_In_ DWORD | cbHistory, | ||
_In_ LPCSTR | lpExeName | ||
) |
WINBASEAPI DWORD WINAPI GetConsoleCommandHistoryLengthA | ( | _In_ LPCSTR | lpExeName | ) |
WINBASEAPI DWORD WINAPI GetConsoleCommandHistoryLengthW | ( | _In_ LPCWSTR | lpExeName | ) |
WINBASEAPI DWORD WINAPI GetConsoleCommandHistoryW | ( | _Out_writes_bytes_(cbHistory) LPWSTR | lpHistory, |
_In_ DWORD | cbHistory, | ||
_In_ LPCWSTR | lpExeName | ||
) |
WINBASEAPI BOOL WINAPI GetConsoleCursorMode | ( | _In_ HANDLE | hConsoleHandle, |
_Out_ PBOOL | pbBlink, | ||
_Out_ PBOOL | pbDBEnable | ||
) |
WINBASEAPI DWORD WINAPI GetConsoleFontInfo | ( | _In_ HANDLE | hConsoleOutput, |
_In_ BOOL | bMaximumWindow, | ||
_In_ DWORD | nFontCount, | ||
_Out_ PCONSOLE_FONT_INFO | lpConsoleFontInfo | ||
) |
WINBASEAPI BOOL WINAPI GetConsoleHardwareState | ( | _In_ HANDLE | hConsoleOutput, |
_Out_ PDWORD | Flags, | ||
_Out_ PDWORD | State | ||
) |
WINBASEAPI DWORD WINAPI GetConsoleInputExeNameA | ( | _In_ DWORD | nBufferLength, |
_Out_writes_(nBufferLength) LPSTR | lpExeName | ||
) |
WINBASEAPI DWORD WINAPI GetConsoleInputExeNameW | ( | _In_ DWORD | nBufferLength, |
_Out_writes_(nBufferLength) LPWSTR | lpExeName | ||
) |
WINBASEAPI HANDLE WINAPI GetConsoleInputWaitHandle | ( | VOID | ) |
Definition at line 683 of file console.c.
Referenced by ConsoleEventThread(), RegisterWaitForSingleObject(), RegisterWaitForSingleObjectEx(), SignalObjectAndWait(), WaitForMultipleObjectsEx(), and WaitForSingleObjectEx().
WINBASEAPI BOOL WINAPI GetConsoleKeyboardLayoutNameA | ( | _Out_writes_(KL_NAMELENGTH) LPSTR | pszLayout | ) |
WINBASEAPI BOOL WINAPI GetConsoleKeyboardLayoutNameW | ( | _Out_writes_(KL_NAMELENGTH) LPWSTR | pszLayout | ) |
WINBASEAPI DWORD WINAPI GetNumberOfConsoleFonts | ( | VOID | ) |
Definition at line 729 of file console.c.
WINBASEAPI BOOL WINAPI InvalidateConsoleDIBits | ( | _In_ HANDLE | hConsoleOutput, |
_In_ PSMALL_RECT | lpRect | ||
) |
WINBASEAPI HANDLE WINAPI OpenConsoleW | ( | _In_ LPCWSTR | wsName, |
_In_ DWORD | dwDesiredAccess, | ||
_In_ BOOL | bInheritHandle, | ||
_In_ DWORD | dwShareMode | ||
) |
WINBASEAPI BOOL WINAPI RegisterConsoleOS2 | ( | _In_ BOOL | fOs2Register | ) |
WINBASEAPI BOOL WINAPI RegisterConsoleVDM | ( | _In_ DWORD | dwRegisterFlags, |
_In_ HANDLE | hStartHardwareEvent, | ||
_In_ HANDLE | hEndHardwareEvent, | ||
_In_ HANDLE | hErrorHardwareEvent, | ||
_Reserved_ DWORD | Reserved, | ||
_Out_ LPDWORD | lpVideoStateLength, | ||
_Outptr_ PVOID * | lpVideoState, | ||
_In_ PVOID | lpUnusedBuffer, | ||
_In_ DWORD | dwUnusedBufferLength, | ||
_In_ COORD | dwVDMBufferSize, | ||
_Outptr_ PVOID * | lpVDMBuffer | ||
) |
WINBASEAPI BOOL WINAPI SetConsoleCursorMode | ( | _In_ HANDLE | hConsoleHandle, |
_In_ BOOL | Blink, | ||
_In_ BOOL | DBEnable | ||
) |
WINBASEAPI BOOL WINAPI SetConsoleHardwareState | ( | _In_ HANDLE | hConsoleOutput, |
_In_ DWORD | Flags, | ||
_In_ DWORD | State | ||
) |
WINBASEAPI BOOL WINAPI SetConsoleIcon | ( | _In_ HICON | hIcon | ) |
WINBASEAPI BOOL WINAPI SetConsoleInputExeNameA | ( | _In_ LPCSTR | lpExeName | ) |
WINBASEAPI BOOL WINAPI SetConsoleInputExeNameW | ( | _In_ LPCWSTR | lpExeName | ) |
WINBASEAPI BOOL WINAPI SetConsoleKeyShortcuts | ( | _In_ BOOL | bSet, |
_In_ BYTE | bReserveKeys, | ||
_In_reads_(dwNumAppKeys) LPAPPKEY | lpAppKeys, | ||
_In_ DWORD | dwNumAppKeys | ||
) |
WINBASEAPI BOOL WINAPI SetConsoleMenuClose | ( | _In_ BOOL | bEnable | ) |
WINBASEAPI BOOL WINAPI SetConsoleNumberOfCommandsA | ( | _In_ DWORD | dwNumCommands, |
_In_ LPCSTR | lpExeName | ||
) |
WINBASEAPI BOOL WINAPI SetConsoleNumberOfCommandsW | ( | _In_ DWORD | dwNumCommands, |
_In_ LPCWSTR | lpExeName | ||
) |
WINBASEAPI BOOL WINAPI SetConsoleOS2OemFormat | ( | _In_ BOOL | fOs2OemFormat | ) |
WINBASEAPI BOOL WINAPI SetConsolePalette | ( | _In_ HANDLE | hConsoleOutput, |
_In_ HPALETTE | hPalette, | ||
_In_ UINT | dwUsage | ||
) |
WINBASEAPI DWORD WINAPI SetLastConsoleEventActive | ( | VOID | ) |
Definition at line 3285 of file console.c.
Referenced by ConsoleInit().
WINBASEAPI BOOL WINAPI VDMConsoleOperation | ( | _In_ DWORD | iFunction, |
_Inout_opt_ LPVOID | lpData | ||
) |
WINBASEAPI BOOL WINAPI VerifyConsoleIoHandle | ( | _In_ HANDLE | hIoHandle | ) |
WINBASEAPI BOOL WINAPI WriteConsoleInputVDMA | ( | _In_ HANDLE | hConsoleInput, |
_In_reads_(nLength) CONST INPUT_RECORD * | lpBuffer, | ||
_In_ DWORD | nLength, | ||
_Out_ LPDWORD | lpNumberOfEventsWritten | ||
) |
WINBASEAPI BOOL WINAPI WriteConsoleInputVDMW | ( | _In_ HANDLE | hConsoleInput, |
_In_reads_(nLength) CONST INPUT_RECORD * | lpBuffer, | ||
_In_ DWORD | nLength, | ||
_Out_ LPDWORD | lpNumberOfEventsWritten | ||
) |
WINBASEAPI _In_ DWORD nLength |
Definition at line 335 of file wincon_undoc.h.
Definition at line 337 of file wincon_undoc.h.
Referenced by _test_attached_event_args(), _test_event_args(), _VarChangeTypeExWrap(), Arguments2_Invoke(), AutomationObject_Invoke(), BaseControlVideoImpl_Invoke(), BaseControlWindowImpl_Invoke(), BasicAudio_Invoke(), BasicAudioImpl_Invoke(), BasicVideo_Invoke(), body_onclick(), CShellBrowser::BrowseObject(), CDesktopBrowser::BrowseObject(), CascadeWindows(), ClDispatch_Invoke(), Client_Invoke(), collectionObj_InvokeEx(), CreateMappedBitmap(), database_invoke(), DatabaseImpl_LastErrorRecord(), dictionary_Invoke(), Disp_Invoke(), Dispatch_Invoke(), DispatchEx_Invoke(), DispatchEx_InvokeEx(), dispexFunc_InvokeEx(), DispInvoke(), div_onclick(), div_onclick_attached(), div_onclick_disp_Invoke(), doc_onclick_attached(), doccp(), doccp_onclick_cancel(), DocDispatchEx_Invoke(), DocDispatchEx_InvokeEx(), document_onclick(), DrawDibBegin(), DrawDibDraw(), drive_Invoke(), drivecoll_Invoke(), DummyDispatch_Invoke(), elem2_cp(), EventDispatch_Invoke(), ExplorerMessageLoop(), externalDisp_InvokeEx(), file_Invoke(), filecoll_Invoke(), filesys_Invoke(), folder_Invoke(), foldercoll_Invoke(), FontEventsDisp_Invoke(), form_onclick(), form_onsubmit(), funcDisp_InvokeEx(), fw_app_Invoke(), fw_apps_Invoke(), fw_manager_Invoke(), fw_policy_Invoke(), fw_port_Invoke(), fw_ports_Invoke(), fw_profile_Invoke(), fw_service_Invoke(), fw_services_Invoke(), fwpolicy2_Invoke(), Global_InvokeEx(), Host_Invoke(), HTMLAnchorElement_Invoke(), HTMLAreaElement_Invoke(), HTMLAttributeCollection2_Invoke(), HTMLAttributeCollection3_Invoke(), HTMLAttributeCollection_Invoke(), HTMLBodyElement_Invoke(), HTMLButtonElement_Invoke(), HTMLCommentElement_Invoke(), HTMLCurrentStyle2_Invoke(), HTMLCurrentStyle3_Invoke(), HTMLCurrentStyle4_Invoke(), HTMLCurrentStyle_Invoke(), HTMLDocument3_Invoke(), HTMLDocument4_Invoke(), HTMLDocument5_Invoke(), HTMLDocument6_Invoke(), HTMLDocument7_Invoke(), HTMLDocument_Invoke(), HTMLDOMAttribute2_Invoke(), HTMLDOMAttribute_Invoke(), HTMLDOMChildrenCollection_Invoke(), HTMLDOMImplementation_Invoke(), HTMLDOMNode2_Invoke(), HTMLDOMNode_Invoke(), HTMLDOMTextNode2_Invoke(), HTMLDOMTextNode_Invoke(), HTMLElement2_Invoke(), HTMLElement3_Invoke(), HTMLElement4_Invoke(), HTMLElement_Invoke(), HTMLElementCollection_Invoke(), HTMLEmbedElement_Invoke(), HTMLEventObj_Invoke(), HTMLFiltersCollection_Invoke(), HTMLFormElement_Invoke(), HTMLFrameBase_Invoke(), HTMLFrameElement3_Invoke(), HTMLGenericElement_Invoke(), HTMLHeadElement_Invoke(), HTMLIFrameElement2_Invoke(), HTMLIFrameElement3_Invoke(), HTMLIFrameElement_Invoke(), HTMLImageElementFactory_Invoke(), HTMLImgElement_Invoke(), HTMLInputElement_Invoke(), HTMLInputTextElement_Invoke(), HTMLLabelElement_Invoke(), HTMLLinkElement_Invoke(), HTMLLocation_Invoke(), HTMLMetaElement_Invoke(), HTMLMimeTypesCollection_Invoke(), HTMLObjectElement2_Invoke(), HTMLObjectElement_Invoke(), HTMLOptionElement_Invoke(), HTMLOptionElementFactory_Invoke(), HTMLPluginsCollection_Invoke(), HTMLRect_Invoke(), HTMLScreen_Invoke(), HTMLScriptElement_Invoke(), HTMLSelectElement_Invoke(), HTMLSelectionObject2_Invoke(), HTMLSelectionObject_Invoke(), HTMLStorage_Invoke(), HTMLStyle2_Invoke(), HTMLStyle3_Invoke(), HTMLStyle4_Invoke(), HTMLStyle5_Invoke(), HTMLStyle6_Invoke(), HTMLStyle_Invoke(), HTMLStyleElement_Invoke(), HTMLStyleSheet_Invoke(), HTMLStyleSheetRulesCollection_Invoke(), HTMLStyleSheetsCollection_Invoke(), HTMLTable2_Invoke(), HTMLTable3_Invoke(), HTMLTable_Invoke(), HTMLTableCell_Invoke(), HTMLTableRow_Invoke(), HTMLTextAreaElement_Invoke(), HTMLTextContainer_Invoke(), HTMLTitleElement_Invoke(), HTMLTxtRange_Invoke(), HTMLWindow2_Invoke(), HTMLWindow3_Invoke(), HTMLWindow4_Invoke(), HTMLWindow5_Invoke(), HTMLWindow6_Invoke(), HTMLXMLHttpRequest_Invoke(), HTMLXMLHttpRequestFactory_Invoke(), anonymous_namespace{mstscax.cpp}::CAdvancedSettings::IDispatch::Invoke(), SEALED_::SEALED_::IDispatch::Invoke(), SEALED_::IDispatch::Invoke(), IDispatch_Invoke_Proxy(), iframe_onload(), iframe_onreadystatechange(), iframedoc_onreadystatechange(), img_onerror(), img_onload(), input_onblur(), input_onfocus(), installer_invoke(), InstallerImpl_CreateRecord(), InstallerImpl_EnableLog(), InstallerImpl_Environment(), InstallerImpl_FileAttributes(), InstallerImpl_FileSize(), InstallerImpl_FileVersion(), InstallerImpl_InstallProduct(), InstallerImpl_LastErrorRecord(), InstallerImpl_OpenDatabase(), InstallerImpl_OpenPackage(), InstallerImpl_OpenProduct(), InstallerImpl_ProductInfo(), InstallerImpl_ProductState(), InstallerImpl_RegistryValue(), InstallerImpl_SummaryInformation(), InstallerImpl_UILevel(), InstallerImpl_Version(), InternetExplorer_Invoke(), IntGetConsoleInput(), IntRemoveMenuItem(), IntTrackPopupMenuEx(), CTipbarAccessible::Invoke(), anonymous_namespace{mstscax.cpp}::CoClass::Invoke(), CSearchBar::Invoke(), ATL::IDispatchImpl< T, piid, plibid, wMajor, wMinor >::Invoke(), invoke(), CDefaultContextMenu::InvokeRegVerb(), IRecordInfoImpl_PutField(), IRecordInfoImpl_PutFieldNoCopy(), IShellBrowserImpl_BrowseObject(), ITextDocument2Old_fnInvoke(), ITextRange_fnInvoke(), ITextSelection_fnInvoke(), ITypeComp_fnBind(), ITypeInfo_fnInvoke(), ITypeLibComp_fnBind(), list_invoke(), Match2_Invoke(), Match_Invoke(), MatchCollection2_Invoke(), MatchCollection_Invoke(), MediaControl_Invoke(), MediaEvent_Invoke(), MediaPositionPassThru_Invoke(), MENU_DoNextMenu(), MENU_ExitTracking(), MENU_FindItem(), MENU_HideSubPopups(), MENU_InitTracking(), MENU_SwitchTracking(), MENU_TrackKbdMenuBar(), MENU_TrackMenu(), MENU_TrackMouseMenuBar(), MXAttributes_Invoke(), mxwriter_Invoke(), netfw_rules_Invoke(), NtUserToUnicodeEx(), OLEFontImpl_Invoke(), OLEPictureImpl_Invoke(), OmHistory_Invoke(), OmNavigator_Invoke(), parseError_Invoke(), PHDispatch_Invoke(), PHEventSink_Invoke(), pureDisp_Invoke(), ReadConsoleInputExA(), ReadConsoleInputExW(), record_invoke(), RegExp2_Invoke(), RegExp_Invoke(), ScriptDisp_Invoke(), ScriptDisp_InvokeEx(), scriptDisp_InvokeEx(), session_invoke(), CAC97AdapterCommon::SetAC97Default(), ShellBrowser_BrowseObject(), ShellUIHelper2_Invoke(), START_TEST(), StdDispatch_Invoke(), SubMatches_Invoke(), submit_onclick(), submit_onclick_attached(), submit_onclick_attached_check_cancel(), submit_onclick_cancel(), submit_onclick_setret(), summaryinfo_invoke(), test_iconlocation(), Test_InvokeEx(), test_pack_PROCESS_HEAP_ENTRY(), test_pack_RASTERIZER_STATUS(), testObj_InvokeEx(), TextFont_Invoke(), TextPara_Invoke(), textstream_Invoke(), TileWindows(), TIME_SetEventInternal(), timeoutFunc_Invoke(), timeSetEvent(), ToUnicode(), ToUnicodeEx(), CDefaultContextMenu::TryToBrowse(), upnpnat_Invoke(), VARIANT_Coerce(), VariantChangeType(), VariantChangeTypeEx(), vbnamespacemanager_Invoke(), VBSAXAttributes_Invoke(), VBSAXContentHandler_Invoke(), VBSAXDeclHandler_Invoke(), VBSAXDTDHandler_Invoke(), VBSAXErrorHandler_Invoke(), VBSAXLexicalHandler_Invoke(), VideoWindow_Invoke(), view_invoke(), WBE2Sink_Invoke(), WebBrowser_Invoke(), Widget_Invoke(), Window_Invoke(), WindowDispEx_Invoke(), WindowDispEx_InvokeEx(), WshCollection_Invoke(), WshEnvironment_Invoke(), WshExec_Invoke(), WshShell3_Invoke(), WshShortcut_Invoke(), xmlhttprequest_onreadystatechange(), xslprocessor_Invoke(), and xsltemplate_Invoke().