windows-nt/Source/XPSP1/NT/admin/wmi/wbem/adapters/oledb/datamap.h

37 lines
959 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Microsoft WMI OLE DB Provider
//
// (C) Copyright 1999 Microsoft Corporation. All Rights Reserved.
//
// datamap.h
////////////////////////////////////////////////////////////////////////////
#ifndef _DATAMAP_HEADER
#define _DATAMAP_HEADER
/////////////////////////////////////////////////////////////////////
//
// DATAMAP.H
//
// Module:
// Purpose:
//
// Copyright (c)1999 Microsoft Corporation, All Rights Reserved
//
/////////////////////////////////////////////////////////////////////
// Typedefs ------------------------------------------------------------------
typedef VOID** LPLPVOID;
typedef long int SDWORD;
typedef short int SWORD;
typedef unsigned long int UDWORD;
typedef unsigned short int UWORD;
typedef signed long SLONG;
typedef unsigned long ULONG;
typedef unsigned short USHORT;
#endif