////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 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