Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wsutil
console_win32.h
Go to the documentation of this file.
1
12
#ifndef __CONSOLE_WIN32_H__
13
#define __CONSOLE_WIN32_H__
14
15
#include <wireshark.h>
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
/* __cplusplus */
20
21
#ifdef _WIN32
22
23
#include <tchar.h>
24
33
WS_DLL_PUBLIC
34
void
create_console(
const
char
* console_title);
35
39
WS_DLL_PUBLIC
40
void
restore_pipes(
void
);
41
45
WS_DLL_PUBLIC
46
void
destroy_console(
void
);
47
52
WS_DLL_PUBLIC
53
void
set_console_wait(
bool
console_wait);
54
59
WS_DLL_PUBLIC
60
bool
get_console_wait(
void
);
61
66
WS_DLL_PUBLIC
67
void
set_stdin_capture(
bool
set_stdin_capture);
68
73
WS_DLL_PUBLIC
74
bool
get_stdin_capture(
void
);
75
#endif
/* _WIN32 */
76
77
#ifdef __cplusplus
78
}
79
#endif
/* __cplusplus */
80
81
#endif
/* __CONSOLE_WIN32_H__ */
Generated by
1.9.8