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)
_Check_return_ _ACRTIMP void *__cdecl _lfind_s(_In_ void const *_Key, _In_reads_bytes_((*_NumOfElements) *_SizeOfElements) void const *_Base, _Inout_ unsigned int *_NumOfElements, _In_ size_t _SizeOfElements, _In_ _CoreCrtSecureSearchSortCompareFunction _CompareFunction, _In_ 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)