Lookup locale resources.
More...
|
int __stdcall | SFMSG_MSG (DWORD resId, LPWSTR szBuffer, size_t *pSize) |
| Get the locale resource identified by a unique identifier.
|
|
The end-applications query the locale system for a given text resource, via a unique integer identifier.
◆ SFMSG_MSG()
int __stdcall SFMSG_MSG |
( |
DWORD | resId, |
|
|
LPWSTR | szBuffer, |
|
|
size_t * | pSize ) |
- Parameters
-
[in] | resId | (Required) is the resource ID. |
[out] | szBuffer | (Optional) is output buffer to return the designated string |
[in,out] | pSize | (Required) is the size of the szBuffer , and upon return, holds the number of actual of bytes copied. |
- Returns
- status code of the function call: zero = success, positive = success with a warning, and negative = error occurred.
- Return values
-
Lookup and retrieve a localized string system.
- Note
- Requirements
| |
Target Platform | Windows |
Header | SFMSG.h (include Windows.h) |
Library | SFMSG.lib |
DLL | SFMSG.dll SFLOG.dll |
- See also
- SFMSG_Init