[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
LoadString( hInst, nResId )-> <cString>
------------------------------------------------------------------------------
PARAMETER:
<hInst> is the resource handle that identifies the module that
contains the string to be loaded.
<nResId> is the numeric identifier of the string resource to be
loaded.
RETURNS:
<cString> is the string that was loaded, or an empty string, if the
function failed.
DESCRIPTION:
LoadString() loads the specified string resource. If the string is not
found, an empty string is returned.
EXAMPLE:
+--------------------------------------------------------------+
| /* Load a string from resource */ |
| cString := LoadString( getResources(), FM_COPYRIGHT ) |
| |
+--------------------------------------------------------------+
SOURCE:
SOURCE\WINAPI\STRING.C
See Also:
GetResource
REDEFINE .. AS
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson