MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / DoSearch

Method DoSearch

src/External/CascLib/src/CascRootFile_MNDX.cpp:2543–2552  ·  view source on GitHub ↗

HOTS: 1956CE0

Source from the content-addressed store, hash-verified

2541
2542 // HOTS: 1956CE0
2543 DWORD DoSearch(TMndxSearch * pSearch, bool * pbFindResult)
2544 {
2545 DWORD dwErrCode = ERROR_SUCCESS;
2546
2547 if(pDatabase == NULL)
2548 return ERROR_INVALID_PARAMETER;
2549
2550 *pbFindResult = pDatabase->DoSearch(pSearch);
2551 return dwErrCode;
2552 }
2553
2554 // HOTS: 1956D20
2555 int GetFileNameCount(size_t * PtrFileNameCount)

Callers 2

LoadPackageNamesMethod · 0.45
LoadFileNamesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected