Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

Loadstring.h File Reference

#include <atlstr.h>
#include <string.h>

Go to the source code of this file.

Functions

void LoadString (int IDS, char *Buffer)
 Read a char into the string table.

char * My_token (char *Text, char Separator)
 Special Version of strtok().


Function Documentation

void LoadString int  IDS,
char *  Buffer
 

Read a char into the string table.

Read a char from a string table of the current module only

Parameters:
IDS ID of the string to load from the string table
Buffer pointer to an initialized string wich'll receive data
See also:
Init.h

char* My_token char *  Text,
char  Separator
 

Special Version of strtok().

Parameters:
Text Only used once, to set in memory the line to find token
Separator The token to find, if Separator == -1, the memory is cleaned
Returns:
return the string of the next token, and 0 if there is an other token immediatly after


Generated on Thu Jul 3 15:19:53 2003 for Sub Station Beta by doxygen1.3