Share via


CeNotifyPrivate_FilterType (Windows Embedded CE 6.0)

1/6/2010

This function filters packet types with a specified value for all active notifications.

Syntax

void CeNotifyPrivate_FilterType(
  unsigned intuiFlag
);

Parameters

  • uiFlag
    Value of the uiPacketType flag in the NotifyPacket structure.

Return Value

None.

Remarks

Use this function to switch off active audio notification bits. This function stops sound and vibration after a user responds to the notification UI dialog box. See %_WINCEROOT%\Public\Common\Oak\Notify\Notifext.cxx for an implementation example of DecrementMultimedia.

Requirements

Header Notifext.hxx
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Notification Functions