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

/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
w3subs.hxx
Abstract:
This module provides the definitions for w3 subroutines
Author:
Michael Thomas (michth) Feb-16-1998
--*/
#ifndef _W3SUBS_HXX_
#define _W3SUBS_HXX_
HRESULT
GetUnicodeResourceString(HINSTANCE hInstance,
DWORD dwStringID,
LPWSTR wpszBuffer,
DWORD dwBufferLen);
#endif