| VLC
    3.0.18
    | 

| Macros | |
| #define | VLC_IPC_PIPE "\\PIPE\\VLC\\IPC\\"VERSION | 
| #define | IPC_CMD_GO 0x00 | 
| #define | IPC_CMD_ENQUEUE 0x01 | 
| #define | IPC_CMD_QUIT 0xFF | 
| Functions | |
| static void | IPCHelperThread (void *arg) | 
| void | system_Init (void) | 
| 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().  More... | |
| Variables | |
| int | _fmode_bin | 
| static HPIPE | hpipeIPC = NULLHANDLE | 
| static int | tidIPCFirst = -1 | 
| static int | tidIPCHelper = -1 | 
| #define IPC_CMD_ENQUEUE 0x01 | 
| #define IPC_CMD_GO 0x00 | 
| #define IPC_CMD_QUIT 0xFF | 
| #define VLC_IPC_PIPE "\\PIPE\\VLC\\IPC\\"VERSION | 
| 
 | static | 
References hpipeIPC, IPC_CMD_ENQUEUE, IPC_CMD_QUIT, libvlc_priv(), libvlc_priv_t::playlist, playlist_AddExt(), tidIPCFirst, tidIPCHelper, vlc_alloc(), and VLC_INPUT_OPTION_TRUSTED.
Referenced by system_Configure().
| void system_Configure | ( | libvlc_int_t * | p_this, | 
| int | i_argc, | ||
| const char *const | ppsz_argv[] | ||
| ) | 
References hpipeIPC, IPC_CMD_ENQUEUE, IPC_CMD_GO, IPCHelperThread(), msg_Dbg, msg_Err, msg_Info, strdup(), system_End(), tidIPCFirst, tidIPCHelper, var_InheritBool, VLC_IPC_PIPE, and vlc_path2uri().
| void system_End | ( | void | ) | 
Cleans up after system_Init() and system_Configure().
References IPC_CMD_QUIT, tidIPCFirst, tidIPCHelper, and VLC_IPC_PIPE.
Referenced by libvlc_InternalCleanup(), and system_Configure().
| void system_Init | ( | void | ) | 
References _fmode_bin.
| int _fmode_bin | 
Referenced by system_Init().
| 
 | static | 
Referenced by IPCHelperThread(), and system_Configure().
| 
 | static | 
Referenced by IPCHelperThread(), system_Configure(), and system_End().
| 
 | static | 
Referenced by IPCHelperThread(), system_Configure(), and system_End().
 1.8.16
 1.8.16