13 lines
322 B
C
13 lines
322 B
C
/* Copyright (c) Microsoft Corporation. All rights reserved. */
|
|
|
|
#pragma once
|
|
#ifndef _IMAPI2TEST_CONSOLEUTIL_
|
|
#define _IMAPI2TEST_CONSOLEUTIL_
|
|
|
|
#include "common.h"
|
|
VOID DeleteCurrentLine();
|
|
VOID OverwriteCurrentLine();
|
|
VOID UpdatePercentageDisplay(ULONG Numerator, ULONG Denominator);
|
|
|
|
#endif // _IMAPI2TEST_CONSOLEUTIL_
|