CUSTOM.H

//*--------------------------------------------------------------------------------- 
//| Custom Auto Test DLL
//|
//| Title:CUSTOM.H
//|
//| Purpose:
//|This file contains the defines required for the resource strings in CUSTOM.RC.
//|This file is optional for an auto test DLL.
//|
//|Note that user resource strings should start at 30001.
//*---------------------------------------------------------------------------------
#ifndef _CUSTOM_DEFS
#define _CUSTOM_DEFS

#define idsTestName30001
#define idsHelloWorld30002
#define idsHelloWorldDesc30003
#define idsDisplayInfo30004
#define idsDisplayInfoDesc30005
#define idsSimpleConnect30006
#define idsSimpleConnectDesc30007


#endif