 
/***************************************************************************** 
 *    Header File:  B5500029.h 
 * 
 *    Description:  Get Environment Import Export Paths Header File 
 * 
 *        History: 
 *          Date        Programmer  SAR# - Description 
 *          ----------  ----------  ------------------------------------------- 
 *   Author 18/07/2009  Unkno       Unknown  - Created  
 * 
 * 
 * Copyright (c) J.D. Edwards World Source Company, 1996 
 * 
 * This unpublished material is proprietary to J.D. Edwards World Source  
 * Company.  All rights reserved.  The methods and techniques described  
 * herein are considered trade secrets and/or confidential.  Reproduction 
 * or distribution, in whole or in part, is forbidden except by express 
 * written permission of J.D. Edwards World Source Company. 
 ****************************************************************************/ 
 
#ifndef __B5500029_H
#define __B5500029_H 
 
/***************************************************************************** 
 * Table Header Inclusions 
 ****************************************************************************/ 
 
/***************************************************************************** 
 * External Business Function Header Inclusions 
 ****************************************************************************/ 
 
/***************************************************************************** 
 * Global Definitions 
 ****************************************************************************/ 
 
/***************************************************************************** 
 * Structure Definitions 
 ****************************************************************************/ 
 
/***************************************************************************** 
 * DS Template Type Definitions 
 ****************************************************************************/ 
/*****************************************
 * TYPEDEF for Data Structure
 *    Template Name: Get Environment Import Export Paths
 *    Template ID:   D5500029
 *    Generated:     Sat Jul 18 14:56:23 2009
 *
 * DO NOT EDIT THE FOLLOWING TYPEDEF
 *    To make modifications, use the OneWorld Data Structure
 *    Tool to Generate a revised version, and paste from
 *    the clipboard.
 *
 **************************************/

#ifndef DATASTRUCTURE_D5500029
#define DATASTRUCTURE_D5500029

typedef struct tagDSD5500029
{
  JCHAR             szEnvironment[11];                   
  JCHAR             cSuppressErrorMessage;               
  JCHAR             cErrorCode;                          
  JCHAR             szErrorMessageId[11];                
  JCHAR             szApplicationPath[255];              
  JCHAR             szSystemPath[255];                   
  JCHAR             szImportPath[255];                   
  JCHAR             szExportPath[255];                   
} DSD5500029, *LPDSD5500029;
 
#define IDERRszEnvironment_1                      1L
#define IDERRcSuppressErrorMessage_2              2L
#define IDERRcErrorCode_3                         3L
#define IDERRszErrorMessageId_9                   9L
#define IDERRszApplicationPath_10                 10L
#define IDERRszSystemPath_11                      11L
#define IDERRszImportPath_12                      12L
#define IDERRszExportPath_13                      13L

#endif



 
/***************************************************************************** 
 * Source Preprocessor Definitions 
 ****************************************************************************/ 
#if defined (JDEBFRTN) 
	#undef JDEBFRTN 
#endif 
 
#if defined (WIN32) 
	#if defined (WIN32) 
		#define JDEBFRTN(r) __declspec(dllexport) r 
	#else 
		#define JDEBFRTN(r) __declspec(dllimport) r 
	#endif 
#else 
	#define JDEBFRTN(r) r 
#endif 
 
/***************************************************************************** 
 * Business Function Prototypes 
 ****************************************************************************/ 
 JDEBFRTN (ID) JDEBFWINAPI GetEnvironmentImportExportPath   (LPBHVRCOM lpBhvrCom, LPVOID lpVoid, LPDSD5500029 lpDS); 
 
 
/***************************************************************************** 
 * Internal Function Prototypes 
 ****************************************************************************/ 
 
#endif    /* __B5500029_H */ 
 

