|
Guardtime Parameter and Task Handling SDK libparamset
|
#include <stddef.h>#include <stdarg.h>Go to the source code of this file.
Functions | |
| int | PST_WCF_Win32FileWildcard (PARAM_VAL *param_value, void *ctx, int *value_shift) |
| int PST_WCF_Win32FileWildcard | ( | PARAM_VAL * | param_value, |
| void * | ctx, | ||
| int * | value_shift | ||
| ) |
This Wildcard expander implementation enables file and directory matching with wildcard for Windows platform. It takes PARAM_VAL as input, interprets it as a file system path and matches it with file system directories as files. The original value is removed and replaced with expanded values. If no match is found, original value is still removed.
When setting this function with PARAM_SET_setWildcardExpander, set charList (may also be '?*') and ctx as NULL.
| param_value | PARAM_VAL object. |
| ctx | Additional ctx. Set as NULL. |
| value_shift | The output parameter for the count of expanded values. |
1.8.13