|
VLC 4.0.0-dev
|
Data Structures | |
| struct | vlc_ipc_data_t |
Macros | |
| #define | UNICODE |
Functions | |
| static int | system_InitWSA (int hi, int lo) |
| void | system_Init (void) |
| Initializes MME timer, Winsock. | |
| void | system_Configure (libvlc_int_t *p_this, int i_argc, const char *const ppsz_argv[]) |
| void | system_End (void) |
| Cleans up after system_Init() and system_Configure(). | |
| #define UNICODE |
| void system_Configure | ( | libvlc_int_t * | p_this, |
| int | i_argc, | ||
| const char *const | ppsz_argv[] | ||
| ) |
| void system_End | ( | void | ) |
Cleans up after system_Init() and system_Configure().
| void system_Init | ( | void | ) |
Initializes MME timer, Winsock.
References system_InitWSA().
|
static |
Referenced by system_Init().