|
VLC
2.1.0-git
|

Data Structures | |
| struct | vlc_ipc_data_t |
Macros | |
| #define | UNICODE |
| #define | ABOVE_NORMAL_PRIORITY_CLASS 0x00008000 |
Functions | |
| static int | system_InitWSA (int hi, int lo) |
| void | system_Init (void) |
| Initializes MME timer, Winsock. | |
| static unsigned __stdcall | IPCHelperThread (void *) |
| LRESULT CALLBACK | WMCOPYWNDPROC (HWND, UINT, WPARAM, LPARAM) |
| 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(). | |
Variables | |
| static vlc_object_t * | p_helper = NULL |
| static unsigned long | hIPCHelper |
| static HANDLE | hIPCHelperReady |
| #define ABOVE_NORMAL_PRIORITY_CLASS 0x00008000 |
Referenced by system_Configure().
| #define UNICODE |
|
static |
References hIPCHelperReady, and WMCOPYWNDPROC().
Referenced by system_Configure().
| 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().
References vlc_object_release.
| void system_Init | ( | void | ) |
Initializes MME timer, Winsock.
References system_InitWSA().
Referenced by config_GetLibDir(), config_GetLibPath(), and libvlc_InternalInit().
|
static |
Referenced by system_Init().
| LRESULT CALLBACK WMCOPYWNDPROC | ( | HWND | hwnd, |
| UINT | uMsg, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |
References vlc_ipc_data_t::argc, vlc_ipc_data_t::data, vlc_ipc_data_t::enqueue, pl_Get, pl_Unlocked, playlist_AddExt(), PLAYLIST_APPEND, PLAYLIST_END, PLAYLIST_GO, VLC_INPUT_OPTION_TRUSTED, and vlc_path2uri().
Referenced by IPCHelperThread().
|
static |
Referenced by system_Configure().
|
static |
Referenced by IPCHelperThread(), and system_Configure().
|
static |
Referenced by system_Configure().
1.8.1.2