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.
28 lines
722 B
28 lines
722 B
//depot/Lab04_N/Windows/Core/kmode/guids.c#1 - branch change 9 (text)
|
|
/******************************Module*Header*******************************\
|
|
* Module Name: guids.c
|
|
*
|
|
* This file contains the actual data declarations for all GUIDs used by USER
|
|
*
|
|
* 1998-10-12 Ian James Created
|
|
*
|
|
* Copyright (c) 1985 - 1999, Microsoft Corporation
|
|
\**************************************************************************/
|
|
|
|
|
|
/*
|
|
* Core NT headers
|
|
*/
|
|
#include <initguid.h>
|
|
|
|
#include <ntosp.h>
|
|
#include <ntddkbd.h>
|
|
#include <ntddmou.h>
|
|
#include <ntddstor.h>
|
|
#include <wdmguid.h>
|
|
#include <devguid.h>
|
|
#include <ioevent.h>
|
|
#include <hidusage.h>
|
|
#include <hidpi.h>
|
|
#include <hidclass.h>
|
|
#include <wmidata.h>
|