Share via


GetNetString (Compact 2013)

3/26/2014

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

See Also

Reference

Network User Interface Functions