Leaked source code of windows server 2003
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.
|
|
//===========================================================================
// 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
|