Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
324 B

  1. BOOL
  2. SplitSymbolsX(
  3. LPSTR ImageName,
  4. LPSTR SymbolsPath,
  5. LPSTR SymbolFilePath,
  6. ULONG Flags,
  7. PCHAR RSDSDllToLoad,
  8. LPSTR DestinationSymbol,
  9. DWORD LenDestSymbolBuffer
  10. );
  11. BOOL
  12. CopyPdbX(
  13. CHAR const * szSrcPdb,
  14. CHAR const * szDestPdb,
  15. BOOL StripPrivate,
  16. CHAR const * szRSDSDllToLoad
  17. );