Share via


GetNetString

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function loads a string used by the network user interface. It retrieves a string resource from Netui.res, typically in preparation for calling another NetUI function, such as NetMsgBox.

Syntax

int GetNetString(
  UINT uID, 
  LPTSTR lpBuffer, 
  int cchBufferMax
);

Parameters

  • uID
    The integer identifier of the string to be loaded.
  • lpBuffer
    Long pointer to the buffer to receive the string.
  • cchBufferMax
    Integer specifying the maximum size of the buffer in number of characters.

Return Value

The returned integer is the identifier of the string to be loaded.

Requirements

Header netui.h
Library Netui.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Other Resources

Network User Interface Functions