DLC FunctionsΒΆ

The structures used for these functions are CDLC and CDLC_Content

Quick Ref

int __cdecl CompareCDLCContentByName(const void* a, const void* b)

CDLC* __cdecl DLCFindByName(CString name)

CDLC_Content* __cdecl DLCFindContent(CString name)

CDLC* __cdecl DLCGet(int id)

int __cdecl DLCGetCount()

void __cdecl DLCInsert(CDLC toInsert)

void __cdecl DLCInsertContent(CDLC_Content toInsert)