HrStrTokAll
The HrStrTokAll function splits a string into an array of string components.
Quick Info
| Header file: |
EDKUTILS.H |
| Library: |
EDKUTILS.LIB |
| Unicode: |
Yes |
HRESULT HrStrTokAll(
LPCTSTR lpsz,
LPCTSTR lpszEOT,
ULONG * lpcpsz,
LPTSTR * * lpppsz
);
Parameters
- lpsz
- Input parameter. Points to a string from which tokens are parsed.
- lpszEOT
- Input parameter. Points to a string containing token separators.
- lpcpsz
- Output parameter. Points to a ULONG variable containing the number of tokens in lpppsz.
- lpppsz
- Output parameter. Points to an array of strings containing the separated tokens.
Return Values
See Return Values.
Remarks
For more information on this function, see the HrStrTokAll function in EDKUTILS.C under the EDKUTILS code sample in the Code Samples folder.
See Also
HrStrAToStrA, HrStrAToStrW, HrStrWToStrA, HrStrWToStrW