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.
26 lines
346 B
26 lines
346 B
/*++
|
|
|
|
Copyright (c) 1999, Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
qosmtest.h
|
|
|
|
Abstract:
|
|
|
|
The file contains declarations for testing
|
|
QOS Mgr functionality.
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef __QOSMTEST_H_
|
|
#define __QOSMTEST_H_
|
|
|
|
#include <windows.h>
|
|
|
|
#include <stdio.h>
|
|
#include <wchar.h>
|
|
|
|
#endif // __QOSMTEST_H_
|