22 lines
437 B
C
22 lines
437 B
C
//***************************************************************************
|
|
//
|
|
// Copyright (c) 1998-1999 Microsoft Corporation
|
|
//
|
|
// dispdefs.h
|
|
//
|
|
// alanbos 22-May-98 Created.
|
|
//
|
|
// Definitions for the IDL file
|
|
//
|
|
//***************************************************************************
|
|
|
|
#ifndef _DISPDEFS_H_
|
|
#define _DISPDEFS_H_
|
|
|
|
|
|
#define WBEMS_DISPID_DERIVATION 0x11
|
|
#define WBEMS_DISPID_OBJECT_FILTER 0x1E
|
|
|
|
#endif
|
|
|