NSFNoteLinkFromText
Function : HTML
NSFNoteLinkFromText - Convert tagged text to NOTELINK.
#include <nsfnote.h>
STATUS LNPUBLIC NSFNoteLinkFromText(
    DHANDLE  hLinkText,
    WORD  LinkTextLength,
    NOTELINK far *NoteLink,
    char far *ServerHint,
    char far *LinkText,
    WORD  MaxLinkText,
    DWORD far *retFlags);
Converts a link to a note stored as tagged text to a NOTELINK structure. The text containing the link must be stored in a Domino memory object. The tagged text format for a note link is:
Link Title String
Parameters : Input : hLinkText - Handle to Notes memory object containing the link text.
LinkTextLength - Size, in bytes, of the link text.
MaxLinkText - Maximum number of bytes to copy to the LinkText address.
Output : (routine) - Return status from this call -- indicates either success or what the error is. The return codes include:
NOERROR - Conversion successful. ERR_LINK_FORMAT - Format of the link text is invalid.
NoteLink - The NOTELINK structure is written to this address.
ServerHint  -  The string in the 
LinkText  -  The string in the 
retFlags - Link flag bits are stored at this address (see the entry for LINKFLAG_xxx).
See Also : LINKFLAG_xxx NOTELINK NSFNoteLinkToText