windows-nt/Source/XPSP1/NT/base/fs/utils/dfrg/inc/intfuncs.h

20 lines
568 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/**************************************************************************************************
FILENAME: IntFuncs.h
COPYRIGHT<EFBFBD> 2001 Microsoft Corporation and Executive Software International, Inc.
DESCRIPTION:
Prototypes for Internationalization functions.
/*************************************************************************************************/
//Gets a string out of the resource DLL.
TCHAR*
GetString(
OUT TCHAR* ptOutString,
IN DWORD dwOutStringLen,
IN DWORD dwResourceId,
IN HINSTANCE hInst
);