Home | History | Annotate | Download | only in include

Lines Matching refs:hAccel

1035         HACCEL hAccel) = 0;
1039 HACCEL *phAccel) = 0;
1139 HACCEL hAccel);
1144 HACCEL *phAccel);
1185 #define IFullScreenVideoEx_SetAcceleratorTable(This,hwnd,hAccel) (This)->lpVtbl->SetAcceleratorTable(This,hwnd,hAccel)
1253 static FORCEINLINE HRESULT IFullScreenVideoEx_SetAcceleratorTable(IFullScreenVideoEx* This,HWND hwnd,HACCEL hAccel) {
1254 return This->lpVtbl->SetAcceleratorTable(This,hwnd,hAccel);
1256 static FORCEINLINE HRESULT IFullScreenVideoEx_GetAcceleratorTable(IFullScreenVideoEx* This,HWND *phwnd,HACCEL *phAccel) {
1273 HACCEL hAccel);
1282 HACCEL *phAccel);