summaryrefslogtreecommitdiff
path: root/filesys/miniFilter/avscan/user/utility.h
blob: 5dcc2dbe5b24b1ac3d0327c589ee249e1b3251c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*++

Copyright (c) 2011  Microsoft Corporation

Module Name:

    utility.h

Abstract:

    The header of commonly used routine by the user program.

Environment:

    User mode

--*/

#ifndef __UTILITY_H__
#define __UTILITY_H__

#include <windows.h>

VOID
DisplayError (
    _In_ DWORD Code
    );

#endif