12 #define __fileDECL __clrcall
14 #define __fileDECL __cdecl
20 #define __COMPARE(context, p1, p2) (*compare)(context, p1, p2)
22 #define __COMPARE(context, p1, p2) (*compare)(p1, p2)
43 void const*
const key,
44 void const*
const base,
45 unsigned int*
const num,
52 void const*
const key,
53 void const*
const base,
54 unsigned int*
const num,
55 unsigned int const width,
73 return const_cast<char*
>(
p);
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
void *CDECL _lfind_s(const void *match, const void *start, unsigned int *array_size, unsigned int elem_size, int(CDECL *cf)(void *, const void *, const void *), void *context)
GLint GLint GLsizei width
void *__fileDECL _lfind(void const *const key, void const *const base, unsigned int *const num, unsigned int const width, int(__fileDECL *const compare)(void const *, void const *))
#define __COMPARE(context, p1, p2)