windows-nt/Source/XPSP1/NT/sdktools/iasinfdb/command.h
2020-09-26 16:20:57 +08:00

27 lines
656 B
C

///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1999, Microsoft Corp. All rights reserved.
//
// FILE
//
// command.h
//
// SYNOPSIS
//
//
// MODIFICATION HISTORY
//
// 02/12/1999 Original version. Thierry Perraut
//
///////////////////////////////////////////////////////////////////////////////
#include "precomp.hpp"
#include "database.h"
// from command.cpp
HRESULT ProcessCommand(
int argc,
wchar_t * argv[],
HINF *ppHINF,
CDatabase& pDatabase
);