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.
44 lines
547 B
44 lines
547 B
/*++
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
|
|
Module Name:
|
|
|
|
guids.c
|
|
|
|
Abstract:
|
|
|
|
Define the GUIDs used.
|
|
|
|
Author:
|
|
|
|
Gopal Parupudi <GopalP>
|
|
|
|
[Notes:]
|
|
|
|
optional-notes
|
|
|
|
Revision History:
|
|
|
|
GopalP 12/10/1997 Start.
|
|
|
|
--*/
|
|
|
|
|
|
|
|
#pragma data_seg(".text")
|
|
|
|
#define INITGUID
|
|
|
|
#include <objbase.h>
|
|
#include <initguid.h>
|
|
|
|
|
|
// All guid header files
|
|
#include <coguid.h>
|
|
#include <ndisguid.h>
|
|
#include <ntddndis.h>
|
|
#include <wmium.h>
|
|
#include <sens.h>
|
|
|
|
#pragma data_seg()
|