Data Structures | Defines | Functions | Variables

specific.c File Reference

Include dependency graph for specific.c:

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_tp_helper = NULL
static unsigned long hIPCHelper
static HANDLE hIPCHelperReady

Define Documentation

#define ABOVE_NORMAL_PRIORITY_CLASS   0x00008000

Referenced by system_Configure().

#define UNICODE

Function Documentation

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   ) 
void system_Init ( void   ) 
LRESULT CALLBACK WMCOPYWNDPROC ( HWND  hwnd,
UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam 
)

Variable Documentation

unsigned long hIPCHelper [static]

Referenced by system_Configure().

HANDLE hIPCHelperReady [static]
vlc_object_t* p_helper = NULL [static]
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines