#include <icon_remap.h>
Public Types | |
| typedef icon_remapping | t_interface_entrypoint |
| typedef icon_remapping | t_interface |
| typedef service_base | t_interface_parent |
Public Member Functions | |
| virtual bool | query (const char *p_extension, pfc::string_base &p_iconname)=0 |
Static Public Attributes | |
| static const GUID | class_guid = { 0x7c6aea96, 0x4a19, 0x471b, { 0x92, 0x5a, 0xa7, 0xc8, 0xb2, 0x8a, 0x59, 0xe7 } } |
Reimplemented from service_base.
| virtual bool icon_remapping::query | ( | const char * | p_extension, | |
| pfc::string_base & | p_iconname | |||
| ) | [pure virtual] |
| p_extension | File type extension being queried. | |
| p_iconname | Receives the icon name to use, including the .ico extension. |
Implemented in icon_remapping_impl, and icon_remapping_wildcard_impl.
const GUID icon_remapping::class_guid = { 0x7c6aea96, 0x4a19, 0x471b, { 0x92, 0x5a, 0xa7, 0xc8, 0xb2, 0x8a, 0x59, 0xe7 } } [static] |
1.5.5