summary refs log tree commit diff stats
path: root/src/fe-gtk/notifications
ModeNameSize
-rw-r--r--notification-backend.h1078log stats plain blame
-rw-r--r--notification-dummy.c1014log stats plain blame
-rw-r--r--notification-libnotify.c2139log stats plain blame
-rw-r--r--notification-osx.m1584log stats plain blame
-rw-r--r--notification-windows.c2590log stats plain blame
-rw-r--r--notification-winrt.cpp3818log stats plain blame
-rw-r--r--notifications-winrt.vcxproj3717log stats plain blame
-rw-r--r--notifications-winrt.vcxproj.filters949log stats plain blame
span> // CWMPPlayerApplication properties ///////////////////////////////////////////////////////////////////////////// // CWMPPlayerApplication operations void CWMPPlayerApplication::switchToPlayerApplication() { InvokeHelper(0x44d, DISPATCH_METHOD, VT_EMPTY, NULL, NULL); } void CWMPPlayerApplication::switchToControl() { InvokeHelper(0x44e, DISPATCH_METHOD, VT_EMPTY, NULL, NULL); } BOOL CWMPPlayerApplication::GetPlayerDocked() { BOOL result; InvokeHelper(0x44f, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL); return result; } BOOL CWMPPlayerApplication::GetHasDisplay() { BOOL result; InvokeHelper(0x450, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL); return result; }