27 lines
728 B
C
27 lines
728 B
C
//========================================================================
|
|
// Copyright (C) 1997 Microsoft Corporation
|
|
// Author: RameshV
|
|
// Description: This file has been generated. Pl look at the .c file
|
|
//========================================================================
|
|
|
|
DWORD
|
|
StErrInit(
|
|
VOID
|
|
) ;
|
|
|
|
|
|
VOID
|
|
StErrCleanup(
|
|
VOID
|
|
) ;
|
|
|
|
VOID
|
|
SetInternalFormatError(
|
|
IN DWORD Code,
|
|
IN BOOL ReallyDoIt
|
|
);
|
|
|
|
//========================================================================
|
|
// end of file
|
|
//========================================================================
|