2020-09-30 17:12:29 +02:00

50 lines
567 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1994 Microsoft Corporation
Module Name:
ResPrint.h
Abstract:
Author:
Gregg R. Acheson (GreggA) 07-Feb-1994
Environment:
User Mode
--*/
#if ! defined( _RESPRINT_ )
#define _RESPRINT_
#include "wintools.h"
#include "registry.h"
BOOL
BuildDevicesReport(
IN HWND hWnd,
IN UINT iDetailLevel
);
BOOL
BuildResourceReport(
IN HWND hWnd,
IN UINT iDetailLevel
);
BOOL
BuildDMAReport(
IN HWND hWnd);
#endif // _RESPRINT_