25 lines
596 B
C
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_
|