Share via


GetNetString (Windows Embedded CE 6.0)

1/6/2010

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