Leaked source code of windows server 2003
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.
 
 
 
 
 
 

44 lines
593 B

// Typedefs
BOOL
PDBPrivateStripped(
PDB *ppdb,
DBI *pdbi
);
BOOL
PDBTypesStripped(
PDB *ppdb,
DBI *pdbi
);
BOOL
PDBLinesStripped(
PDB *ppdb,
DBI *pdbi
);
BOOL
DBGPrivateStripped(
PCHAR DebugData,
ULONG DebugSize
);
PIMAGE_SEPARATE_DEBUG_HEADER
MapDbgHeader (
LPTSTR szFileName,
PHANDLE phFile
);
BOOL
UnmapFile(
LPCVOID phFileMap,
HANDLE hFile
);
IMAGE_DEBUG_DIRECTORY UNALIGNED *
GetDebugDirectoryInDbg(
PIMAGE_SEPARATE_DEBUG_HEADER pDbgHeader,
ULONG *NumberOfDebugDirectories
);