SdbpGetPathCustomSdb

NTSTATUS __stdcall SdbpGetPathCustomSdb(_NTSTRSAFE_PWSTR pszDest, UINT64 cchDest){
  int v5; 
  _NTSTRSAFE_PCWSTR pszSrc[4]; 
  int v7; 
  wchar_t v8; 
  __int16 v9; 

  v7 = *(_DWORD *)L"DB";
  v8 = aCustomsdb[10];
  *(_OWORD *)pszSrc = *(_OWORD *)L"\\CustomSDB";
  if( cchDest < 0xB )
    return -1073741789;
  **(_WORD **)&pszDest = 0;
  v9 = 0;
  v5 = AslPathCombine((_NTSTRSAFE_PCWSTR)pszSrc);
  if( v5 >= 0 )
    return SdbpGetPathAppPatch(pszDest, cchDest);
  AslLogCallPrintf(1ui64, (INT8 *)"SdbpGetPathCustomSdb", 0x44Aui64, (INT8 *)"AslPathCombine failed [%x]");
  return v5;
}

Referenced by:

No references.