/*++ Copyright (c) 1996 Microsoft Corporation Module Name: faxstrt.cpp Abstract: This file implements string table functions. Environment: WIN32 User Mode Author: Darwin Ouyang (t-darouy) 30-Sept-1997 Snagged and Modified from: Wesley Witt (wesw) 17-Feb-1996 --*/ #include "stdafx.h" #include "resource.h" #include "faxstrt.h" #include "strings.h" #pragma hdrstop //===========================//===========================//===========================//=========================== //===========================//===========================//===========================//=========================== #define CountStringTable ( sizeof(StringTable) / sizeof(STRING_TABLE) ) extern CComModule _Module; //////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////// // // // Constructor and destructor // // CStringTable::CStringTable( HMODULE thisModule ) /*++ Routine Description: Constructor Arguments: thisModule - instance handle Return Value: None. --*/ { DWORD i; TCHAR Buffer[256]; assert( thisModule != NULL ); gInstance = thisModule; for( i=0; i