#include <play_callback.h>

Public Types | |
| typedef play_callback_static | t_interface_entrypoint |
| typedef play_callback_static | t_interface |
| typedef service_base | t_interface_parent |
Public Member Functions | |
| virtual unsigned | get_flags ()=0 |
| Controls which methods your callback wants called; returned value should not change in run time, you should expect it to be queried only once (on startup). See play_callback::flag_* constants. | |
Static Public Attributes | |
| static const GUID | class_guid |
Reimplemented from service_base.
| virtual unsigned play_callback_static::get_flags | ( | ) | [pure virtual] |
Controls which methods your callback wants called; returned value should not change in run time, you should expect it to be queried only once (on startup). See play_callback::flag_* constants.
const GUID play_callback_static::class_guid [static] |
Initial value:
{ 0x8e4eed7a, 0xc6b8, 0x49c7, { 0x99, 0xfe, 0x97, 0xe0, 0x4a, 0xaa, 0x63, 0xa8 } }
1.5.5