windows-nt/Source/XPSP1/NT/sdktools/iasinfdb/command.h

27 lines
656 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
///////////////////////////////////////////////////////////////////////////////
//
// 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
);