The HrStrTokAll function splits a string into an array of string components.
Header file: | EDKUTILS.H |
Library: | EDKUTILS.LIB |
Unicode: | Yes |
HRESULT HrStrTokAll(
LPCTSTR lpsz,
LPCTSTR lpszEOT,
ULONG * lpcpsz,
LPTSTR * * lpppsz
);
See Return Values.
For more information on this function, see the HrStrTokAll function in EDKUTILS.C under the EDKUTILS code sample in the Code Samples folder.
HrStrAToStrA, HrStrAToStrW, HrStrWToStrA, HrStrWToStrW