WindowsXP/base/fs/utils/dfrg/inc/intfuncs.h
2025-04-27 07:49:33 -04:00

20 lines
587 B
C

/**************************************************************************************************
FILENAME: IntFuncs.h
COPYRIGHT© 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
);