Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
620 B

//+---------------------------------------------------------------------------
//
// 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_