LoadStringResource

The LoadStringResource function is used to load a string from a string resource. This utility function is used to construct an integrated link service configuration DLL.

void LoadStringResource (
  DWORD dStringResource,
  LPSTR pszString
);

Parameters

dStringResource
This supplied parameter specifies the resource ID of the string resource.
pszString
This supplied and returned parameter specifies the buffer to place the string in.

Return Values

None