| Description |
| Provides a UNICODE-supported equivalent to the C run time function vsscanf(). This function supports all format specifiers and modifiers as are supported by the C-language specification. The output data which are of string or character format will be in the UNICODE encoding. |
| Synopsis |
| #include <ProTKRunTime.h> |
| int | ProTKVsscanf | ( |
| const char* input | |
| /*
(In) |
| The input string to be parsed by the function. |
| */ |
| const char* format | |
| /*
(In) |
| The format string used for parsing. |
| */ |
| va_list args | |
| /*
(Out) |
| The parsed contents of the input string. |
| */ |
| ) |
| Returns |
|
| Value | | The number of characters parsed by the function. |
|