mirror of https://github.com/tongzx/nt5src
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.
21 lines
437 B
21 lines
437 B
//***************************************************************************
|
|
//
|
|
// 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
|
|
|