You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
618 B
25 lines
618 B
//===========================================================================
|
|
// dmtxlat.h
|
|
//
|
|
// History:
|
|
// 11/09/1999 - davidkl - created
|
|
//===========================================================================
|
|
|
|
#ifndef _DMTXLAT_H
|
|
#define _DMTXLAT_H
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
PSTR dmtxlatHRESULT(HRESULT hRes);
|
|
PSTR dmtxlatAppData(UINT_PTR uAppData,
|
|
ACTIONNAME *pan,
|
|
DWORD dwActions);
|
|
|
|
//---------------------------------------------------------------------------
|
|
#endif // _DMTXLAT_H
|
|
|
|
|
|
|
|
|
|
|
|
|