windows-nt/Source/XPSP1/NT/net/config/inc/nctraceui.h
2020-09-26 16:20:57 +08:00

25 lines
596 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1998.
//
// File: N C T R A C E U I . H
//
// Contents: Tracing Property sheet UI prototype
//
// Notes:
//
// Author: jeffspr 31 Aug 1998
//
//----------------------------------------------------------------------------
#pragma once
#ifndef _NCTRACEUI_H_
#define _NCTRACEUI_H_
//---[ Prototypes ]-----------------------------------------------------------
HRESULT HrOpenTracingUI(HWND hwndOwner);
#endif // _NCTRACEUI_H_