GetNetString
This function prompts a user to identify the network resource to connect to. This function is called to extract a localizable string from the Netui module.
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.
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.