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.
26 lines
682 B
26 lines
682 B
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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
|
|
);
|