Go to the source code of this file.
◆ POPUP_WINDOW
◆ PPOPUP_INPUT_ROUTINE
◆ PPOPUP_WINDOW
◆ CreatePopupWindow()
Definition at line 184 of file popup.c.
191{
195
197
200
202
203
206
208 Popup->Origin.X = xLeft;
209 Popup->Origin.Y = yTop;
212
213
216 sizeof(*
Popup->OldContents));
218 {
221 }
231
232
234 xLeft, yTop,
236
237
239
241}
_Check_return_ _In_ D3DDDI_VIDEO_PRESENT_TARGET_ID _In_ PDXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS _Out_ UINT _Out_ UINT * Height
_Check_return_ _In_ D3DDDI_VIDEO_PRESENT_TARGET_ID _In_ PDXGKARG_SYSTEM_DISPLAY_ENABLE_FLAGS _Out_ UINT * Width
#define InsertTailList(ListHead, Entry)
#define ConsoleAllocHeap(Flags, Size)
#define ConsoleFreeHeap(HeapBase)
struct _TEXTMODE_SCREEN_BUFFER * PTEXTMODE_SCREEN_BUFFER
Referenced by HistoryDisplayCurrentHistory().
◆ DestroyPopupWindow()
Definition at line 244 of file popup.c.
246{
248
250
251
253
254
264
265
268}
#define RemoveEntryList(Entry)
Referenced by LineInputKeyDown().