GetNetString (Windows CE 5.0)

Send Feedback

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.

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 Values

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

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Netui.h.
Link Library: Netui.lib.

See Also

Network User Interface Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.