Ejemplo n.º 1
0
 internal static extern NotificationError SetDeleteTime(NotificationSafeHandle handle, int timeout);
 internal static extern ErrorCode GetDeleteTimeout(NotificationSafeHandle handle, out int timeout);
 internal static extern ErrorCode GetDefaultButton(NotificationSafeHandle handle, out int index);
 internal static extern ErrorCode GetProgress(NotificationSafeHandle handle, out double value);
 internal static extern ErrorCode GetExtender(NotificationSafeHandle handle, string key, out SafeBundleHandle value);
Ejemplo n.º 6
0
 internal static extern NotificationError GetApplist(NotificationSafeHandle handle, out int flags);
 internal static extern ErrorCode GetType(NotificationSafeHandle handle, out NotificationType type);
Ejemplo n.º 8
0
 internal static extern NotificationError GetImageReferenceType(NotificationSafeHandle handle, NotificationImage type, out IntPtr path);
Ejemplo n.º 9
0
 internal static extern NotificationError SetImage(NotificationSafeHandle handle, NotificationImage type, string path);
Ejemplo n.º 10
0
 internal static extern NotificationError GetTextReferenceType(NotificationSafeHandle handle, NotificationText type, out IntPtr text);
Ejemplo n.º 11
0
 internal static extern NotificationError SetText(NotificationSafeHandle handle, NotificationText type, string text, string key, int args);
Ejemplo n.º 12
0
 internal static extern NotificationError SetExtensionAction(NotificationSafeHandle handle, NotificationEventType type, SafeAppControlHandle appcontrol);
Ejemplo n.º 13
0
 internal static extern NotificationError SetDefaultButton(NotificationSafeHandle handle, int index);
Ejemplo n.º 14
0
 internal static extern NotificationError GetExtensionData(NotificationSafeHandle handle, string key, out SafeBundleHandle bundleHandle);
Ejemplo n.º 15
0
 internal static extern NotificationError SetEventHandler(NotificationSafeHandle handle, int type, SafeAppControlHandle appHandle);
Ejemplo n.º 16
0
 internal static extern NotificationError SetTime(NotificationSafeHandle handle, int time);
Ejemplo n.º 17
0
 internal static extern NotificationError SetProperties(NotificationSafeHandle handle, int flags);
Ejemplo n.º 18
0
 internal static extern NotificationError GetInsertTime(NotificationSafeHandle handle, out long time);
 internal static extern ErrorCode GetLayout(NotificationSafeHandle handle, out NotificationLayout type);
Ejemplo n.º 20
0
 internal static extern NotificationError GetVibrationReferenceType(NotificationSafeHandle handle, out AccessoryOption type, out IntPtr path);
 internal static extern ErrorCode GetOngoingType(NotificationSafeHandle handle, out ProgressCategory category);
Ejemplo n.º 22
0
 internal static extern NotificationError SetVibration(NotificationSafeHandle handle, AccessoryOption type, string path);
 internal static extern ErrorCode GetProperties(NotificationSafeHandle handle, out int flags);
Ejemplo n.º 24
0
 internal static extern NotificationError SetLed(NotificationSafeHandle handle, AccessoryOption type, int color);
 internal static extern ErrorCode GetExtensionBundle(NotificationSafeHandle handle, out IntPtr args, out IntPtr groupArgs);
Ejemplo n.º 26
0
 internal static extern NotificationError SetLedTimePeriod(NotificationSafeHandle handle, int onMillisecond, int offMillisecond);
 internal static extern ErrorCode GetEventFlag(NotificationSafeHandle handle, out bool eventFlag);
Ejemplo n.º 28
0
 internal static extern NotificationError SetAppControl(NotificationSafeHandle handle, LaunchOption type, SafeAppControlHandle appHandle);
 internal static extern ErrorCode GetExtensionAction(NotificationSafeHandle handle, UserEventType type, out SafeAppControlHandle appcontrol);
Ejemplo n.º 30
0
 internal static extern NotificationError GetHideTime(NotificationSafeHandle handle, out int timeout);