19 lines
295 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#pragma once
#include "modtree.h"
HRESULT
HrLoadModuleTree (
OUT CModuleTree* pTree);
HRESULT
HrLoadModuleTreeFromBuffer (
IN const BYTE* pbBuf,
IN ULONG cbBuf,
OUT CModuleTree* pTree);
HRESULT
HrLoadModuleTreeFromFileSystem (
OUT CModuleTree* pTree);