Source code of Windows XP (NT5)
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.

19 lines
568 B

  1. /**************************************************************************************************
  2. FILENAME: IntFuncs.h
  3. COPYRIGHT 2001 Microsoft Corporation and Executive Software International, Inc.
  4. DESCRIPTION:
  5. Prototypes for Internationalization functions.
  6. /*************************************************************************************************/
  7. //Gets a string out of the resource DLL.
  8. TCHAR*
  9. GetString(
  10. OUT TCHAR* ptOutString,
  11. IN DWORD dwOutStringLen,
  12. IN DWORD dwResourceId,
  13. IN HINSTANCE hInst
  14. );