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.

24 lines
669 B

  1. //
  2. // MODULE: tsmfc.cpp
  3. //
  4. // PURPOSE: Imitate the MFC string resource functions that are not available
  5. // in Win32 programs.
  6. //
  7. // PROJECT: Local Troubleshooter Launcher for the Device Manager
  8. //
  9. // COMPANY: Saltmine Creative, Inc. (206)-633-4743 [email protected]
  10. //
  11. // AUTHOR: Richard Meadows
  12. //
  13. // ORIGINAL DATE: 2-26-98
  14. //
  15. //
  16. // Version Date By Comments
  17. //--------------------------------------------------------------------
  18. // V0.1 - RM Original
  19. ///////////////////////
  20. int AfxLoadStringA(UINT nID, LPSTR lpszBuf, UINT nMaxBuf);
  21. int AfxLoadStringW(UINT nID, LPWSTR lpszBuf, UINT nMaxBuf);
  22. HINSTANCE AfxGetResourceHandle();