ReactOS 0.4.16-dev-973-g9a0ff8b
|
#include "wingdi.h"
Go to the source code of this file.
Classes | |
struct | _CONSOLE_READCONSOLE_CONTROL |
struct | _CHAR_INFO |
struct | _SMALL_RECT |
struct | _CONSOLE_CURSOR_INFO |
struct | _COORD |
struct | _CONSOLE_SELECTION_INFO |
struct | _CONSOLE_FONT_INFO |
struct | _CONSOLE_SCREEN_BUFFER_INFO |
struct | _CONSOLE_GRAPHICS_BUFFER_INFO |
struct | _KEY_EVENT_RECORD |
struct | _MOUSE_EVENT_RECORD |
struct | _WINDOW_BUFFER_SIZE_RECORD |
struct | _MENU_EVENT_RECORD |
struct | _FOCUS_EVENT_RECORD |
struct | _INPUT_RECORD |
struct | _CONSOLE_HISTORY_INFO |
struct | _CONSOLE_SCREEN_BUFFER_INFOEX |
struct | _CONSOLE_FONT_INFOEX |
#define AddConsoleAlias AddConsoleAliasA |
#define COMMON_LVB_GRID_LVERTICAL 0x0800 /* Grid attribute: Left Vertical */ |
#define COMMON_LVB_GRID_RVERTICAL 0x1000 /* Grid attribute: Right Vertical */ |
#define COMMON_LVB_SBCSDBCS (COMMON_LVB_LEADING_BYTE | COMMON_LVB_TRAILING_BYTE) /* == 0x0300 */ |
#define CONSOLE_GRAPHICS_BUFFER 2 /* Undocumented, see http://blog.airesoft.co.uk/2012/10/things-ms-can-do-that-they-dont-tell-you-about-console-graphics/ */ |
#define FillConsoleOutputCharacter FillConsoleOutputCharacterA |
#define GetConsoleAlias GetConsoleAliasA |
#define GetConsoleAliases GetConsoleAliasesA |
#define GetConsoleAliasesLength GetConsoleAliasesLengthA |
#define GetConsoleAliasExes GetConsoleAliasExesA |
#define GetConsoleAliasExesLength GetConsoleAliasExesLengthA |
#define GetConsoleTitle GetConsoleTitleA |
#define PeekConsoleInput PeekConsoleInputA |
#define ReadConsole ReadConsoleA |
#define ReadConsoleInput ReadConsoleInputA |
#define ReadConsoleInputEx ReadConsoleInputExA |
#define ReadConsoleOutput ReadConsoleOutputA |
#define ReadConsoleOutputCharacter ReadConsoleOutputCharacterA |
#define ScrollConsoleScreenBuffer ScrollConsoleScreenBufferA |
#define SetConsoleTitle SetConsoleTitleA |
#define WriteConsole WriteConsoleA |
#define WriteConsoleInput WriteConsoleInputA |
#define WriteConsoleInputVDM WriteConsoleInputVDMA |
#define WriteConsoleOutput WriteConsoleOutputA |
#define WriteConsoleOutputCharacter WriteConsoleOutputCharacterA |
typedef struct _CHAR_INFO CHAR_INFO |
typedef struct _INPUT_RECORD INPUT_RECORD |
typedef struct _KEY_EVENT_RECORD KEY_EVENT_RECORD |
typedef struct _CHAR_INFO* PCHAR_INFO |
typedef struct _CONSOLE_FONT_INFO * PCONSOLE_FONT_INFO |
typedef struct _CONSOLE_FONT_INFOEX * PCONSOLE_FONT_INFOEX |
typedef struct _CONSOLE_HISTORY_INFO * PCONSOLE_HISTORY_INFO |
typedef struct _FOCUS_EVENT_RECORD * PFOCUS_EVENT_RECORD |
typedef struct _INPUT_RECORD * PINPUT_RECORD |
typedef struct _KEY_EVENT_RECORD * PKEY_EVENT_RECORD |
typedef struct _MENU_EVENT_RECORD * PMENU_EVENT_RECORD |
typedef struct _MOUSE_EVENT_RECORD * PMOUSE_EVENT_RECORD |
typedef struct _SMALL_RECT* PSMALL_RECT |
typedef struct _SMALL_RECT SMALL_RECT |
_In_ DWORD _Out_ _Deref_out_range_ | ( | <= | , |
nNumberOfCharsToRead | |||
) |
_Out_writes_ | ( | nLength | ) |
_Out_writes_bytes_to_ | ( | nNumberOfCharsToRead * | sizeofCHAR, |
*lpNumberOfCharsRead * | sizeofCHAR | ||
) |
_Out_writes_bytes_to_ | ( | nNumberOfCharsToRead * | sizeofWCHAR, |
*lpNumberOfCharsRead * | sizeofWCHAR | ||
) |
_Out_writes_to_ | ( | nLength | , |
* | lpNumberOfEventsRead | ||
) |
_Success_ | ( | return ! | = 0 | ) |
Definition at line 1028 of file fsctrl.c.
Definition at line 74 of file console.c.
Referenced by _tWinMain(), cmd_ctty(), CONSOLE_Init(), DoTest(), InitRappsConsole(), main(), START_TEST(), test_Console(), TUIInitialize(), and wWinMain().
C_ASSERT | ( | FIELD_OFFSET(KEY_EVENT_RECORD, uChar) | = =0xA | ) |
HANDLE WINAPI CreateConsoleScreenBuffer | ( | _In_ | DWORD, |
_In_ | DWORD, | ||
_In_opt_ CONST SECURITY_ATTRIBUTES * | , | ||
_In_ | DWORD, | ||
_Reserved_ | LPVOID | ||
) |
BOOL WINAPI FillConsoleOutputAttribute | ( | _In_ | HANDLE, |
_In_ | WORD, | ||
_In_ | DWORD, | ||
_In_ | COORD, | ||
_Out_ | PDWORD | ||
) |
BOOL WINAPI FillConsoleOutputCharacterA | ( | _In_ | HANDLE, |
_In_ | CHAR, | ||
_In_ | DWORD, | ||
_In_ | COORD, | ||
_Out_ | PDWORD | ||
) |
BOOL WINAPI FillConsoleOutputCharacterW | ( | _In_ | HANDLE, |
_In_ | WCHAR, | ||
_In_ | DWORD, | ||
_In_ | COORD, | ||
_Out_ | PDWORD | ||
) |
Definition at line 156 of file console.c.
Referenced by cmd_ctty(), CONSOLE_Init(), RunUSetup(), and START_TEST().
DWORD WINAPI GetConsoleAliasA | ( | _In_ LPSTR | Source, |
_Out_writes_(TargetBufferLength) LPSTR | TargetBuffer, | ||
_In_ DWORD | TargetBufferLength, | ||
_In_ LPSTR | ExeName | ||
) |
DWORD WINAPI GetConsoleAliasesA | ( | _Out_writes_(AliasBufferLength) LPSTR | AliasBuffer, |
_In_ DWORD | AliasBufferLength, | ||
_In_ LPSTR | ExeName | ||
) |
DWORD WINAPI GetConsoleAliasesW | ( | _Out_writes_(AliasBufferLength) LPWSTR | AliasBuffer, |
_In_ DWORD | AliasBufferLength, | ||
_In_ LPWSTR | ExeName | ||
) |
DWORD WINAPI GetConsoleAliasExesA | ( | _Out_writes_(ExeNameBufferLength) LPSTR | ExeNameBuffer, |
_In_ DWORD | ExeNameBufferLength | ||
) |
DWORD WINAPI GetConsoleAliasExesW | ( | _Out_writes_(ExeNameBufferLength) LPWSTR | ExeNameBuffer, |
_In_ DWORD | ExeNameBufferLength | ||
) |
DWORD WINAPI GetConsoleAliasW | ( | _In_ LPWSTR | Source, |
_Out_writes_(TargetBufferLength) LPWSTR | TargetBuffer, | ||
_In_ DWORD | TargetBufferLength, | ||
_In_ LPWSTR | ExeName | ||
) |
Definition at line 2391 of file console.c.
Referenced by _getch_nolock(), _tmain(), cmd_start(), ConInString(), doChild(), Execute(), FileGetString(), SetConsoleCPState(), START_TEST(), test_Console(), and wmain().
Definition at line 683 of file console.c.
Referenced by ConsoleEventThread(), RegisterWaitForSingleObject(), RegisterWaitForSingleObjectEx(), SignalObjectAndWait(), WaitForMultipleObjectsEx(), and WaitForSingleObjectEx().
Definition at line 2451 of file console.c.
Referenced by _tmain(), cmd_start(), ConPagerWorker(), ConWrite(), doChild(), doTest_CP_ThreadLang_(), Execute(), output_writeconsole(), print_string(), ShowConsoleCPStatus(), ShowConsoleStatus(), START_TEST(), test_Console(), test_cp855(), test_cp932(), test_CP_ThreadLang(), testScreenBuffer(), wmain(), write_double_translated_ansi_nolock(), and XCOPY_wprintf().
Definition at line 2729 of file console.c.
Referenced by ConsoleInitUI(), START_TEST(), test_GetConsoleFontSize(), and WaitWindows().
BOOL WINAPI GetCurrentConsoleFont | ( | _In_ HANDLE | hConsoleOutput, |
_In_ BOOL | bMaximumWindow, | ||
_Out_ PCONSOLE_FONT_INFO | lpConsoleCurrentFont | ||
) |
BOOL WINAPI ReadConsoleOutputA | ( | _In_ HANDLE | hConsoleOutput, |
_Out_writes_(dwBufferSize.X *dwBufferSize.Y) PCHAR_INFO | lpBuffer, | ||
_In_ COORD | dwBufferSize, | ||
_In_ COORD | dwBufferCoord, | ||
_Inout_ PSMALL_RECT | lpReadRegion | ||
) |
BOOL WINAPI ReadConsoleOutputAttribute | ( | _In_ HANDLE | hConsoleOutput, |
_Out_writes_(nLength) LPWORD | lpAttribute, | ||
_In_ DWORD | nLength, | ||
_In_ COORD | dwReadCoord, | ||
_Out_ LPDWORD | lpNumberOfAttrsRead | ||
) |
BOOL WINAPI ReadConsoleOutputCharacterA | ( | _In_ HANDLE | hConsoleOutput, |
_Out_writes_(nLength) LPSTR | lpCharacter, | ||
_In_ DWORD | nLength, | ||
_In_ COORD | dwReadCoord, | ||
_Out_ LPDWORD | lpNumberOfCharsRead | ||
) |
BOOL WINAPI ReadConsoleOutputCharacterW | ( | _In_ HANDLE | hConsoleOutput, |
_Out_writes_(nLength) LPWSTR | lpCharacter, | ||
_In_ DWORD | nLength, | ||
_In_ COORD | dwReadCoord, | ||
_Out_ LPDWORD | lpNumberOfCharsRead | ||
) |
BOOL WINAPI ReadConsoleOutputW | ( | _In_ HANDLE | hConsoleOutput, |
_Out_writes_(dwBufferSize.X *dwBufferSize.Y) PCHAR_INFO | lpBuffer, | ||
_In_ COORD | dwBufferSize, | ||
_In_ COORD | dwBufferCoord, | ||
_Inout_ PSMALL_RECT | lpReadRegion | ||
) |
BOOL WINAPI RegisterConsoleVDM | ( | _In_ | DWORD, |
_In_ | HANDLE, | ||
_In_ | HANDLE, | ||
_In_ | HANDLE, | ||
_In_ | DWORD, | ||
_Out_ | LPDWORD, | ||
_Out_ PVOID * | , | ||
_In_ | PVOID, | ||
_In_ | DWORD, | ||
_In_ | COORD, | ||
_Out_ PVOID * | |||
) |
BOOL WINAPI ScrollConsoleScreenBufferA | ( | _In_ | HANDLE, |
_In_ const SMALL_RECT * | , | ||
_In_opt_ const SMALL_RECT * | , | ||
_In_ | COORD, | ||
_In_ const CHAR_INFO * | |||
) |
BOOL WINAPI ScrollConsoleScreenBufferW | ( | _In_ | HANDLE, |
_In_ const SMALL_RECT * | , | ||
_In_opt_ const SMALL_RECT * | , | ||
_In_ | COORD, | ||
_In_ const CHAR_INFO * | |||
) |
BOOL WINAPI SetConsoleDisplayMode | ( | _In_ HANDLE | hConsoleOutput, |
_In_ DWORD | dwFlags, | ||
_Out_opt_ PCOORD | lpNewScreenBufferDimensions | ||
) |
BOOL WINAPI WriteConsoleA | ( | _In_ HANDLE | hConsoleOutput, |
_In_reads_(nNumberOfCharsToWrite) CONST VOID * | lpBuffer, | ||
_In_ DWORD | nNumberOfCharsToWrite, | ||
_Out_opt_ LPDWORD | lpNumberOfCharsWritten, | ||
_Reserved_ LPVOID | lpReserved | ||
) |
BOOL WINAPI WriteConsoleInputA | ( | _In_ HANDLE | hConsoleInput, |
_In_reads_(nLength) CONST INPUT_RECORD * | lpBuffer, | ||
_In_ DWORD | nLength, | ||
_Out_ LPDWORD | lpNumberOfEventsWritten | ||
) |
BOOL WINAPI WriteConsoleInputVDMA | ( | _In_ HANDLE | hConsoleInput, |
_In_reads_(nLength) CONST INPUT_RECORD * | lpBuffer, | ||
_In_ DWORD | nLength, | ||
_Out_ LPDWORD | lpNumberOfEventsWritten | ||
) |
BOOL WINAPI WriteConsoleInputVDMW | ( | _In_ HANDLE | hConsoleInput, |
_In_reads_(nLength) CONST INPUT_RECORD * | lpBuffer, | ||
_In_ DWORD | nLength, | ||
_Out_ LPDWORD | lpNumberOfEventsWritten | ||
) |
BOOL WINAPI WriteConsoleInputW | ( | _In_ HANDLE | hConsoleInput, |
_In_reads_(nLength) CONST INPUT_RECORD * | lpBuffer, | ||
_In_ DWORD | nLength, | ||
_Out_ LPDWORD | lpNumberOfEventsWritten | ||
) |
BOOL WINAPI WriteConsoleOutputA | ( | _In_ HANDLE | hConsoleOutput, |
_In_reads_(dwBufferSize.X *dwBufferSize.Y) CONST CHAR_INFO * | lpBuffer, | ||
_In_ COORD | dwBufferSize, | ||
_In_ COORD | dwBufferCoord, | ||
_Inout_ PSMALL_RECT | lpWriteRegion | ||
) |
BOOL WINAPI WriteConsoleOutputAttribute | ( | _In_ HANDLE | hConsoleOutput, |
_In_reads_(nLength) CONST WORD * | lpAttribute, | ||
_In_ DWORD | nLength, | ||
_In_ COORD | dwWriteCoord, | ||
_Out_ LPDWORD | lpNumberOfAttrsWritten | ||
) |
BOOL WINAPI WriteConsoleOutputCharacterA | ( | _In_ HANDLE | hConsoleOutput, |
_In_reads_(nLength) LPCSTR | lpCharacter, | ||
_In_ DWORD | nLength, | ||
_In_ COORD | dwWriteCoord, | ||
_Out_ LPDWORD | lpNumberOfCharsWritten | ||
) |
BOOL WINAPI WriteConsoleOutputCharacterW | ( | _In_ HANDLE | hConsoleOutput, |
_In_reads_(nLength) LPCWSTR | lpCharacter, | ||
_In_ DWORD | nLength, | ||
_In_ COORD | dwWriteCoord, | ||
_Out_ LPDWORD | lpNumberOfCharsWritten | ||
) |
BOOL WINAPI WriteConsoleOutputW | ( | _In_ HANDLE | hConsoleOutput, |
_In_reads_(dwBufferSize.X *dwBufferSize.Y) CONST CHAR_INFO * | lpBuffer, | ||
_In_ COORD | dwBufferSize, | ||
_In_ COORD | dwBufferCoord, | ||
_Inout_ PSMALL_RECT | lpWriteRegion | ||
) |
BOOL WINAPI WriteConsoleW | ( | _In_ HANDLE | hConsoleOutput, |
_In_reads_(nNumberOfCharsToWrite) CONST VOID * | lpBuffer, | ||
_In_ DWORD | nNumberOfCharsToWrite, | ||
_Out_opt_ LPDWORD | lpNumberOfCharsWritten, | ||
_Reserved_ LPVOID | lpReserved | ||
) |
Definition at line 474 of file wincon.h.
Referenced by __dcrt_peek_console_input_a(), __dcrt_read_console_input(), IntGetConsoleInput(), PeekConsoleInput(), PeekConsoleInputA(), PeekConsoleInputW(), ReadConsoleInput(), ReadConsoleInputA(), ReadConsoleInputExA(), ReadConsoleInputExW(), and ReadConsoleInputW().
Definition at line 473 of file wincon.h.
Referenced by __dcrt_peek_console_input_a(), __dcrt_read_console_input(), ATL::CSimpleStringT< BaseType, t_bMFCDLL >::__declspec(), ATL::ChTraitsCRT< char >::AllocSysString(), ATL::ChTraitsCRT< _CharType >::AllocSysString(), ATL::CSimpleStringT< BaseType, t_bMFCDLL >::Append(), ATL::CStringT< BaseType, StringTraits >::AppendFormatV(), BuildWorkstationsList(), CHString::CHString(), CMP_RegisterNotification(), CONSOLE_SetStatusTextXV(), ConvertMultiByteToUnicode(), CreateUserProfileA(), CreateUserProfileExA(), ATL::CSimpleStringT< BaseType, t_bMFCDLL >::CSimpleStringT(), DumpCommand(), DuplicateQuotedString(), DuplicateString(), DynamicPathRemoveBackslashW(), editor_handle_message(), EngFileWrite(), CExtractIcon::Extract(), FillConsoleOutputAttribute(), FillConsoleOutputCharacterA(), FillConsoleOutputCharacterW(), ATL::CStringT< BaseType, StringTraits >::Find(), ATL::CStringT< BaseType, StringTraits >::FormatV(), GenerateRandomPassword(), ATL::ChTraitsCRT< _CharType >::GetBaseTypeLength(), ATL::ChTraitsCRT< char >::GetBaseTypeLength(), GetComboBoxLBTextAlloc(), GetDlgItemTextAlloc(), ATL::CStringT< BaseType, StringTraits >::GetEnvironmentVariable(), GetFileSecurityA(), GetFileSecurityW(), GetKernelObjectSecurity(), GetUserObjectInformationA(), GetUserObjectInformationW(), InitDaysOfWeekArray(), InstallScreenSaverA(), IntFillConsoleOutputCode(), IntGetConsoleInput(), IntReadConsoleOutputCode(), IntWriteConsoleInput(), IntWriteConsoleOutputCode(), IsValidDeviceInstanceID(), ATL::CStringT< BaseType, StringTraits >::Left(), LoadCursorScheme(), ATL::CStringT< BaseType, StringTraits >::LoadString(), LsarpLookupPrivilegeDisplayName(), ATL::CStringT< BaseType, StringTraits >::MakeLower(), ATL::CStringT< BaseType, StringTraits >::MakeUpper(), ATL::CStringT< BaseType, StringTraits >::Mid(), NewGroupDlgProc(), NewUserDlgProc(), NtUserGetObjectInformation(), OnCreate(), OnProfileTypeInit(), ParseDaysOfWeek(), ParseFailureActions(), ParseTime(), PeekConsoleInputA(), PeekConsoleInputW(), ATL::CSimpleStringT< BaseType, t_bMFCDLL >::Preallocate(), ATL::CSimpleStringT< BaseType, t_bMFCDLL >::PrepareWrite(), ATL::CSimpleStringT< BaseType, t_bMFCDLL >::PrepareWrite2(), PrintPaddedResourceString(), PROPSHEET_Paint(), PSAMPR_SERVER_NAME_bind(), pSetupMultiByteToUnicode(), pSetupUnicodeToMultiByte(), ReadConsoleInputA(), ReadConsoleInputExA(), ReadConsoleInputExW(), ReadConsoleInputW(), ReadConsoleOutputAttribute(), ReadConsoleOutputCharacterA(), ReadConsoleOutputCharacterW(), CHttpParser::ReadSpecial(), ReadString(), CHttpParser::ReadString(), ATL::CSimpleStringT< BaseType, t_bMFCDLL >::Reallocate(), CServerClientSocket::Receive(), ATL::CStringT< BaseType, StringTraits >::Replace(), ATL::CStringT< BaseType, StringTraits >::Right(), SaveCursorScheme(), SaveDlgInfo(), ATL::CSimpleStringT< BaseType, t_bMFCDLL >::SetLength(), ATL::CSimpleStringT< BaseType, t_bMFCDLL >::SetString(), ShowCreateShortcutWizard(), test_domdoc(), test_pack_REMSECURITY_ATTRIBUTES(), test_pack_SECURITY_ATTRIBUTES(), test_TransformWithLoadingLocalFile(), CServerClientSocket::Transmit(), ATL::CStringT< BaseType, StringTraits >::TrimLeft(), ATL::CStringT< BaseType, StringTraits >::TrimRight(), VfdGetDeviceName(), WriteConsoleInputA(), WriteConsoleInputVDMA(), WriteConsoleInputVDMW(), WriteConsoleInputW(), WriteConsoleOutputAttribute(), WriteConsoleOutputCharacterA(), and WriteConsoleOutputCharacterW().
Definition at line 491 of file wincon.h.
Referenced by __dcrt_read_console(), IntReadConsole(), ReadConsoleA(), and ReadConsoleW().
_In_ DWORD _Out_ _In_opt_ PCONSOLE_READCONSOLE_CONTROL pInputControl |
Definition at line 493 of file wincon.h.
Referenced by IntReadConsole(), and ReadConsoleW().
Definition at line 531 of file wincon.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(), CDefaultContextMenu::BrowserFlagsFromVerb(), 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().