VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Enumerations | Variables
vlc_windows_interfaces.h File Reference
Include dependency graph for vlc_windows_interfaces.h:

Go to the source code of this file.

Data Structures

struct  tagTHUMBBUTTON
struct  ITaskbarList3
struct  ITaskbarList3Vtbl

Macros

#define __ITaskbarList3_INTERFACE_DEFINED__
#define THBN_CLICKED   0x1800
#define __IApplicationAssociationRegistrationUI_INTERFACE_DEFINED__

Typedefs

typedef enum TBPFLAG TBPFLAG
typedef struct tagTHUMBBUTTON THUMBBUTTON
typedef struct tagTHUMBBUTTONLPTHUMBBUTTON
typedef enum THUMBBUTTONMASK THUMBBUTTONMASK
typedef enum THUMBBUTTONFLAGS THUMBBUTTONFLAGS
typedef struct ITaskbarList3 ITaskbarList3

Enumerations

enum  TBPFLAG {
  TBPF_NOPROGRESS = 0, TBPF_INDETERMINATE = 0x1, TBPF_NORMAL = 0x2, TBPF_ERROR = 0x4,
  TBPF_PAUSED = 0x8
}
enum  THUMBBUTTONMASK { THB_BITMAP = 0x1, THB_ICON = 0x2, THB_TOOLTIP = 0x4, THB_FLAGS = 0x8 }
enum  THUMBBUTTONFLAGS {
  THBF_ENABLED = 0x0, THBF_DISABLED = 0x1, THBF_DISMISSONCLICK = 0x2, THBF_NOBACKGROUND = 0x4,
  THBF_HIDDEN = 0x8, THBF_NONINTERACTIVE = 0x10
}

Variables

const GUID CLSID_TaskbarList = { 0x56FDF344,0xFD6D,0x11d0,{0x95,0x8A,0x00,0x60,0x97,0xC9,0xA0,0x90}}
const GUID IID_ITaskbarList3 = { 0xea1afb91,0x9e28,0x4b86,{0x90,0xe9,0x9e,0x9f,0x8a,0x5e,0xef,0xaf}}
const GUID IID_IApplicationAssociationRegistrationUI = {0x1f76a169,0xf994,0x40ac, {0x8f,0xc8,0x09,0x59,0xe8,0x87,0x47,0x10}}
const GUID CLSID_ApplicationAssociationRegistrationUI = { 0x1968106d,0xf3b5,0x44cf,{0x89,0x0e,0x11,0x6f,0xcb,0x9e,0xce,0xf1}}

Macro Definition Documentation

#define __IApplicationAssociationRegistrationUI_INTERFACE_DEFINED__
#define __ITaskbarList3_INTERFACE_DEFINED__
#define THBN_CLICKED   0x1800

Typedef Documentation

typedef struct ITaskbarList3 ITaskbarList3
typedef struct tagTHUMBBUTTON* LPTHUMBBUTTON
typedef enum TBPFLAG TBPFLAG
typedef struct tagTHUMBBUTTON THUMBBUTTON

Enumeration Type Documentation

enum TBPFLAG
Enumerator:
TBPF_NOPROGRESS 
TBPF_INDETERMINATE 
TBPF_NORMAL 
TBPF_ERROR 
TBPF_PAUSED 
Enumerator:
THBF_ENABLED 
THBF_DISABLED 
THBF_DISMISSONCLICK 
THBF_NOBACKGROUND 
THBF_HIDDEN 
THBF_NONINTERACTIVE 
Enumerator:
THB_BITMAP 
THB_ICON 
THB_TOOLTIP 
THB_FLAGS 

Variable Documentation

const GUID CLSID_ApplicationAssociationRegistrationUI = { 0x1968106d,0xf3b5,0x44cf,{0x89,0x0e,0x11,0x6f,0xcb,0x9e,0xce,0xf1}}
const GUID CLSID_TaskbarList = { 0x56FDF344,0xFD6D,0x11d0,{0x95,0x8A,0x00,0x60,0x97,0xC9,0xA0,0x90}}
const GUID IID_IApplicationAssociationRegistrationUI = {0x1f76a169,0xf994,0x40ac, {0x8f,0xc8,0x09,0x59,0xe8,0x87,0x47,0x10}}
const GUID IID_ITaskbarList3 = { 0xea1afb91,0x9e28,0x4b86,{0x90,0xe9,0x9e,0x9f,0x8a,0x5e,0xef,0xaf}}