#include <metadb.h>

Public Types | |
| typedef metadb_display_hook | t_interface_entrypoint |
| typedef metadb_display_hook | t_interface |
| typedef service_base | t_interface_parent |
Public Member Functions | |
| virtual bool | process_field (metadb_handle *p_handle, titleformat_text_out *p_out, const char *p_name, t_size p_name_length, bool &p_found_flag)=0 |
| virtual bool | process_function (metadb_handle *p_handle, titleformat_text_out *p_out, const char *p_name, t_size p_name_length, titleformat_hook_function_params *p_params, bool &p_found_flag)=0 |
Static Public Attributes | |
| static const GUID | class_guid |
Reimplemented from service_base.
| virtual bool metadb_display_hook::process_field | ( | metadb_handle * | p_handle, | |
| titleformat_text_out * | p_out, | |||
| const char * | p_name, | |||
| t_size | p_name_length, | |||
| bool & | p_found_flag | |||
| ) | [pure virtual] |
| virtual bool metadb_display_hook::process_function | ( | metadb_handle * | p_handle, | |
| titleformat_text_out * | p_out, | |||
| const char * | p_name, | |||
| t_size | p_name_length, | |||
| titleformat_hook_function_params * | p_params, | |||
| bool & | p_found_flag | |||
| ) | [pure virtual] |
const GUID metadb_display_hook::class_guid [static] |
Initial value:
{ 0x4560c877, 0xc41a, 0x4c71, { 0xbb, 0x75, 0xa7, 0xa5, 0xba, 0xfc, 0x18, 0xd8 } }
1.5.5