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.

29 lines
490 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. w3subs.hxx
  5. Abstract:
  6. This module provides the definitions for w3 subroutines
  7. Author:
  8. Michael Thomas (michth) Feb-16-1998
  9. --*/
  10. #ifndef _W3SUBS_HXX_
  11. #define _W3SUBS_HXX_
  12. HRESULT
  13. GetUnicodeResourceString(HINSTANCE hInstance,
  14. DWORD dwStringID,
  15. LPWSTR wpszBuffer,
  16. DWORD dwBufferLen);
  17. #endif