Windows2003-3790/inetcore/wininet/inc/401imprt.hxx
2020-09-30 16:53:55 +02:00

17 lines
279 B
C++

#ifndef _401IMPRT_H_
#define _401IMPRT_H_
namespace ie401
{
// Import the visited container and history containers from IE4
BOOL Import401History();
// Imports the content container from IE4 (stealing the cached content)
BOOL Import401Content();
}
#endif