- May
- 13,584
- 201
TakeCmd.h says (and TakeCmd.lib agrees)
Where's the "returned" string and what's the significance of the return value?
Code:
int WINAPI GetToken( LPTSTR pszLine, LPTSTR pszDelims, int nStart, int nEnd );
/*
Return a string starting at token # nStart and ending at tken # nEnd
(without quote processing)
pszDelims - token delimiter characters
*/