
Data Structures | |
| struct | vlc_ipc_data_t |
Defines | |
| #define | UNICODE |
| #define | ABOVE_NORMAL_PRIORITY_CLASS 0x00008000 |
Functions | |
| void | system_Init (void) |
| 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) |
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 unsigned __stdcall IPCHelperThread | ( | void * | data | ) | [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 | ) |
References vlc_object_release.
Referenced by libvlc_InternalDestroy(), libvlc_InternalInit(), and system_Configure().
| void system_Init | ( | void | ) |
Referenced by config_GetLibDir(), config_GetLibPath(), and libvlc_InternalInit().
| 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, make_URI(), pl_Get, pl_Unlocked, playlist_AddExt(), PLAYLIST_APPEND, PLAYLIST_END, PLAYLIST_GO, and VLC_INPUT_OPTION_TRUSTED.
Referenced by IPCHelperThread().
unsigned long hIPCHelper [static] |
Referenced by system_Configure().
HANDLE hIPCHelperReady [static] |
Referenced by IPCHelperThread(), and system_Configure().
vlc_object_t* p_helper = NULL [static] |
1.7.1