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.

25 lines
618 B

  1. //===========================================================================
  2. // dmtxlat.h
  3. //
  4. // History:
  5. // 11/09/1999 - davidkl - created
  6. //===========================================================================
  7. #ifndef _DMTXLAT_H
  8. #define _DMTXLAT_H
  9. //---------------------------------------------------------------------------
  10. PSTR dmtxlatHRESULT(HRESULT hRes);
  11. PSTR dmtxlatAppData(UINT_PTR uAppData,
  12. ACTIONNAME *pan,
  13. DWORD dwActions);
  14. //---------------------------------------------------------------------------
  15. #endif // _DMTXLAT_H