Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsGetConsoleModeCallSuccessful()

static bool Interop.Kernel32.IsGetConsoleModeCallSuccessful ( IntPtr handle)
inlinestaticpackage

Definition at line 187 of file Interop.cs.

188 {
189 int mode;
190 return GetConsoleMode(handle, out mode);
191 }
static bool GetConsoleMode(IntPtr handle, out int mode)

References Interop.Kernel32.GetConsoleMode(), and System.handle.