foobar2000 SDK  2015-01-14
Namespaces | Functions | Variables
titleformat.cpp File Reference

Go to the source code of this file.

Namespaces

 titleformat_inputtypes
 

Functions

static bool test_for_bad_char (const char *source, t_size source_char_len, const char *reserved)
 

Variables

const GUID titleformat_inputtypes::meta = { 0xcd839c8e, 0x5c66, 0x4ae1, { 0x8d, 0xad, 0x71, 0x1f, 0x86, 0x0, 0xa, 0xe3 } }
 
const GUID titleformat_inputtypes::unknown = { 0x673aa1cd, 0xa7a8, 0x40c8, { 0xbf, 0x9b, 0x34, 0x37, 0x99, 0x29, 0x16, 0x3b } }
 

Function Documentation

static bool test_for_bad_char ( const char *  source,
t_size  source_char_len,
const char *  reserved 
)
static

Definition at line 21 of file titleformat.cpp.

22 {
23  return pfc::strstr_ex(reserved,(t_size)(-1),source,source_char_len) != (t_size)(-1);
24 }
t_size strstr_ex(const char *p_string, t_size p_string_len, const char *p_substring, t_size p_substring_len)
size_t t_size
Definition: int_types.h:48